Html Css Color HEX #E18E40 California

📋 copy color: '#E18E40'

red 225 ◦ green 142 ◦ blue 64

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

Shades of California #E18E40

Tints of California #E18E40

RGB

 RED value IS 225 (88.28% from 255) = 52.2%

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

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

R = 52.2%
G = 32.95%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E18E40 (or 0xE18E40) is known color: California. HEX triplet: E1, 8E and 40. RGB value is (225,142,64). Sum of RGB (Red+Green+Blue) = 225+142+64=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E40 is #1E71BF. Grayscale: #9E9E9E. Windows color (decimal): -1995200 or 4230881. OLE color: 4230881.

HSL color Cylindrical-coordinate representation of color #E18E40: hue angle of 29.07º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E18E40 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 142 64 -
CMYK 0 0.37 0.72 0.12
HSL 29.07º 0.73% 0.57% -
HSV(B) 29.07º 0.72% 0.88% -
XYZ 41.65 35.72 9.55 -
YUV 157.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 225 142 64 0 0.37 0.72 0.12 29.07 0.73 0.57
Hex E1 8E 40 0 25 48 C 1D 49 39
Octal 341 216 100 0 45 110 14 35 111 71
Binary 11100001 10001110 1000000 0 100101 1001000 1100 11101 1001001 111001

Color Harmonies of #E18E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E40

Black with #E18E40

Text Example


Text Example

White with #E18E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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