Html Css Color HEX #E88E42 California

📋 copy color: '#E88E42'

red 232 ◦ green 142 ◦ blue 66

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

Shades of California #E88E42

Tints of California #E88E42

RGB

 RED value IS 232 (91.02% from 255) = 52.73%

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

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

R = 52.73%
G = 32.27%
B = 15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E88E42 (or 0xE88E42) is known color: California. HEX triplet: E8, 8E and 42. RGB value is (232,142,66). Sum of RGB (Red+Green+Blue) = 232+142+66=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88E42 is #1771BD. Grayscale: #A0A0A0. Windows color (decimal): -1536446 or 4361960. OLE color: 4361960.

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

Color convert

RGB 232 142 66 -
CMYK 0 0.39 0.72 0.09
HSL 27.47º 0.78% 0.58% -
HSV(B) 27.47º 0.72% 0.91% -
XYZ 43.94 36.9 9.96 -
YUV 160.25 74.82 179.18 -
System Red Green Blue C M Y K H S L
Decimal 232 142 66 0 0.39 0.72 0.09 27.47 0.78 0.58
Hex E8 8E 42 0 27 48 9 1B 4E 3A
Octal 350 216 102 0 47 110 11 33 116 72
Binary 11101000 10001110 1000010 0 100111 1001000 1001 11011 1001110 111010

Color Harmonies of #E88E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88E42

Black with #E88E42

Text Example


Text Example

White with #E88E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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