Html Css Color HEX #E78E42 California

📋 copy color: '#E78E42'

red 231 ◦ green 142 ◦ blue 66

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

Shades of California #E78E42

Tints of California #E78E42

RGB

 RED value IS 231 (90.63% from 255) = 52.62%

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

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 52.62%
G = 32.35%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E78E42 (or 0xE78E42) is known color: California. HEX triplet: E7, 8E and 42. RGB value is (231,142,66). Sum of RGB (Red+Green+Blue) = 231+142+66=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78E42 is #1871BD. Grayscale: #A0A0A0. Windows color (decimal): -1601982 or 4361959. OLE color: 4361959.

HSL color Cylindrical-coordinate representation of color #E78E42: hue angle of 27.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E78E42 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 142 66 -
CMYK 0 0.39 0.71 0.09
HSL 27.64º 0.77% 0.58% -
HSV(B) 27.64º 0.71% 0.91% -
XYZ 43.61 36.73 9.94 -
YUV 159.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 231 142 66 0 0.39 0.71 0.09 27.64 0.77 0.58
Hex E7 8E 42 0 27 47 9 1C 4D 3A
Octal 347 216 102 0 47 107 11 34 115 72
Binary 11100111 10001110 1000010 0 100111 1000111 1001 11100 1001101 111010

Color Harmonies of #E78E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78E42

Black with #E78E42

Text Example


Text Example

White with #E78E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78E42; }

 p { color: rgb(231,142,66); }

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

background-color css

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

 a { background-color: rgb(231,142,66); }

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

border-color css

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

 span { border-color: rgb(231,142,66); }

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