Html Css Color HEX #E18E36 California

📋 copy color: '#E18E36'

red 225 ◦ green 142 ◦ blue 54

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

Shades of California #E18E36

Tints of California #E18E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 53.44%
G = 33.73%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E18E36 (or 0xE18E36) is known color: California. HEX triplet: E1, 8E and 36. RGB value is (225,142,54). Sum of RGB (Red+Green+Blue) = 225+142+54=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E36 is #1E71C9. Grayscale: #9D9D9D. Windows color (decimal): -1995210 or 3575521. OLE color: 3575521.

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

Color convert

RGB 225 142 54 -
CMYK 0 0.37 0.76 0.12
HSL 30.88º 0.74% 0.55% -
HSV(B) 30.88º 0.76% 0.88% -
XYZ 41.39 35.62 8.18 -
YUV 156.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 225 142 54 0 0.37 0.76 0.12 30.88 0.74 0.55
Hex E1 8E 36 0 25 4C C 1F 4A 37
Octal 341 216 66 0 45 114 14 37 112 67
Binary 11100001 10001110 110110 0 100101 1001100 1100 11111 1001010 110111

Color Harmonies of #E18E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E36

Black with #E18E36

Text Example


Text Example

White with #E18E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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