Html Css Color HEX #E48A37 California

📋 copy color: '#E48A37'

red 228 ◦ green 138 ◦ blue 55

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

Shades of California #E48A37

Tints of California #E48A37

RGB

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

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

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

R = 54.16%
G = 32.78%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E48A37 (or 0xE48A37) is known color: California. HEX triplet: E4, 8A and 37. RGB value is (228,138,55). Sum of RGB (Red+Green+Blue) = 228+138+55=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48A37 is #1B75C8. Grayscale: #9B9B9B. Windows color (decimal): -1799625 or 3640036. OLE color: 3640036.

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

Color convert

RGB 228 138 55 -
CMYK 0 0.39 0.76 0.11
HSL 28.79º 0.76% 0.55% -
HSV(B) 28.79º 0.76% 0.89% -
XYZ 41.77 34.95 8.16 -
YUV 155.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 228 138 55 0 0.39 0.76 0.11 28.79 0.76 0.55
Hex E4 8A 37 0 27 4C B 1D 4C 37
Octal 344 212 67 0 47 114 13 35 114 67
Binary 11100100 10001010 110111 0 100111 1001100 1011 11101 1001100 110111

Color Harmonies of #E48A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A37

Black with #E48A37

Text Example


Text Example

White with #E48A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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