Html Css Color HEX #E18A36 California

📋 copy color: '#E18A36'

red 225 ◦ green 138 ◦ blue 54

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

Shades of California #E18A36

Tints of California #E18A36

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 53.96%
G = 33.09%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E18A36 (or 0xE18A36) is known color: California. HEX triplet: E1, 8A and 36. RGB value is (225,138,54). Sum of RGB (Red+Green+Blue) = 225+138+54=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A36 is #1E75C9. Grayscale: #9A9A9A. Windows color (decimal): -1996234 or 3574497. OLE color: 3574497.

HSL color Cylindrical-coordinate representation of color #E18A36: hue angle of 29.47º 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 #E18A36 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 54 -
CMYK 0 0.39 0.76 0.12
HSL 29.47º 0.74% 0.55% -
HSV(B) 29.47º 0.76% 0.88% -
XYZ 40.81 34.45 7.99 -
YUV 154.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 225 138 54 0 0.39 0.76 0.12 29.47 0.74 0.55
Hex E1 8A 36 0 27 4C C 1D 4A 37
Octal 341 212 66 0 47 114 14 35 112 67
Binary 11100001 10001010 110110 0 100111 1001100 1100 11101 1001010 110111

Color Harmonies of #E18A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A36

Black with #E18A36

Text Example


Text Example

White with #E18A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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