Html Css Color HEX #EB8E3C California

📋 copy color: '#EB8E3C'

red 235 ◦ green 142 ◦ blue 60

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

Shades of California #EB8E3C

Tints of California #EB8E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 53.78%
G = 32.49%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB8E3C (or 0xEB8E3C) is known color: California. HEX triplet: EB, 8E and 3C. RGB value is (235,142,60). Sum of RGB (Red+Green+Blue) = 235+142+60=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8E3C is #1471C3. Grayscale: #A0A0A0. Windows color (decimal): -1339844 or 3968747. OLE color: 3968747.

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

Color convert

RGB 235 142 60 -
CMYK 0 0.40 0.74 0.08
HSL 28.11º 0.81% 0.58% -
HSV(B) 28.11º 0.74% 0.92% -
XYZ 44.75 37.33 9.12 -
YUV 160.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 235 142 60 0 0.40 0.74 0.08 28.11 0.81 0.58
Hex EB 8E 3C 0 28 4A 8 1C 51 3A
Octal 353 216 74 0 50 112 10 34 121 72
Binary 11101011 10001110 111100 0 101000 1001010 1000 11100 1010001 111010

Color Harmonies of #EB8E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E3C

Black with #EB8E3C

Text Example


Text Example

White with #EB8E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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