Html Css Color HEX #E48E37 California

📋 copy color: '#E48E37'

red 228 ◦ green 142 ◦ blue 55

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

Shades of California #E48E37

Tints of California #E48E37

RGB

 RED value IS 228 (89.45% from 255) = 53.65%

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

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

R = 53.65%
G = 33.41%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E48E37 (or 0xE48E37) is known color: California. HEX triplet: E4, 8E and 37. RGB value is (228,142,55). Sum of RGB (Red+Green+Blue) = 228+142+55=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E37 is #1B71C8. Grayscale: #9E9E9E. Windows color (decimal): -1798601 or 3641060. OLE color: 3641060.

HSL color Cylindrical-coordinate representation of color #E48E37: hue angle of 30.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E48E37 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 55 -
CMYK 0 0.38 0.76 0.11
HSL 30.17º 0.76% 0.55% -
HSV(B) 30.17º 0.76% 0.89% -
XYZ 42.36 36.12 8.35 -
YUV 157.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 228 142 55 0 0.38 0.76 0.11 30.17 0.76 0.55
Hex E4 8E 37 0 26 4C B 1E 4C 37
Octal 344 216 67 0 46 114 13 36 114 67
Binary 11100100 10001110 110111 0 100110 1001100 1011 11110 1001100 110111

Color Harmonies of #E48E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E37

Black with #E48E37

Text Example


Text Example

White with #E48E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E37; }

 p { color: rgb(228,142,55); }

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

background-color css

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

 a { background-color: rgb(228,142,55); }

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

border-color css

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

 span { border-color: rgb(228,142,55); }

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