Html Css Color HEX #EB8E40 California

📋 copy color: '#EB8E40'

red 235 ◦ green 142 ◦ blue 64

#EB8E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #EB8E40

Tints of California #EB8E40

RGB

 RED value IS 235 (92.19% from 255) = 53.29%

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 53.29%
G = 32.2%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EB8E40 (or 0xEB8E40) is known color: California. HEX triplet: EB, 8E and 40. RGB value is (235,142,64). Sum of RGB (Red+Green+Blue) = 235+142+64=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8E40 is #1471BF. Grayscale: #A1A1A1. Windows color (decimal): -1339840 or 4230891. OLE color: 4230891.

HSL color Cylindrical-coordinate representation of color #EB8E40: hue angle of 27.37º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB8E40 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 142 64 -
CMYK 0 0.40 0.73 0.08
HSL 27.37º 0.81% 0.59% -
HSV(B) 27.37º 0.73% 0.92% -
XYZ 44.86 37.38 9.7 -
YUV 160.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 235 142 64 0 0.40 0.73 0.08 27.37 0.81 0.59
Hex EB 8E 40 0 28 49 8 1B 51 3B
Octal 353 216 100 0 50 111 10 33 121 73
Binary 11101011 10001110 1000000 0 101000 1001001 1000 11011 1010001 111011

Color Harmonies of #EB8E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E40

Black with #EB8E40

Text Example


Text Example

White with #EB8E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E40; }

 p { color: rgb(235,142,64); }

 H1.HeaderClassName
 {
   color: #EB8E40;
 }
 .AnyTagClassName
 {
   color: #EB8E40;
 }
</style>

background-color css

<style>
 a { background-color: #EB8E40; }

 a { background-color: rgb(235,142,64); }

 div.DivClassName
 {
   background-color: #EB8E40;
 }
 .BgClassName
 {
   background-color: #EB8E40;
 }
</style>

border-color css

<style>
 span { border-color: #EB8E40; }

 span { border-color: rgb(235,142,64); }

 td.TdClassName
 {
   border-color: #EB8E40;
 }
 .TagClassName
 {
   border-color: #EB8E40;
 }
</style>