Html Css Color HEX #E18A37 California

📋 copy color: '#E18A37'

red 225 ◦ green 138 ◦ blue 55

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

Shades of California #E18A37

Tints of California #E18A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.16%

R = 53.83%
G = 33.01%
B = 13.16%

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

#E18A37 (or 0xE18A37) is known color: California. HEX triplet: E1, 8A and 37. RGB value is (225,138,55). Sum of RGB (Red+Green+Blue) = 225+138+55=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A37 is #1E75C8. Grayscale: #9A9A9A. Windows color (decimal): -1996233 or 3640033. OLE color: 3640033.

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

Color convert

RGB 225 138 55 -
CMYK 0 0.39 0.76 0.12
HSL 29.29º 0.74% 0.55% -
HSV(B) 29.29º 0.76% 0.88% -
XYZ 40.83 34.46 8.11 -
YUV 154.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 225 138 55 0 0.39 0.76 0.12 29.29 0.74 0.55
Hex E1 8A 37 0 27 4C C 1D 4A 37
Octal 341 212 67 0 47 114 14 35 112 67
Binary 11100001 10001010 110111 0 100111 1001100 1100 11101 1001010 110111

Color Harmonies of #E18A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A37

Black with #E18A37

Text Example


Text Example

White with #E18A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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