Html Css Color HEX #E48C36 California

📋 copy color: '#E48C36'

red 228 ◦ green 140 ◦ blue 54

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

Shades of California #E48C36

Tints of California #E48C36

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

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

R = 54.03%
G = 33.18%
B = 12.8%

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

#E48C36 (or 0xE48C36) is known color: California. HEX triplet: E4, 8C and 36. RGB value is (228,140,54). Sum of RGB (Red+Green+Blue) = 228+140+54=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C36 is #1B73C9. Grayscale: #9C9C9C. Windows color (decimal): -1799114 or 3575012. OLE color: 3575012.

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

Color convert

RGB 228 140 54 -
CMYK 0 0.39 0.76 0.11
HSL 29.66º 0.76% 0.55% -
HSV(B) 29.66º 0.76% 0.89% -
XYZ 42.04 35.52 8.13 -
YUV 156.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 228 140 54 0 0.39 0.76 0.11 29.66 0.76 0.55
Hex E4 8C 36 0 27 4C B 1E 4C 37
Octal 344 214 66 0 47 114 13 36 114 67
Binary 11100100 10001100 110110 0 100111 1001100 1011 11110 1001100 110111

Color Harmonies of #E48C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C36

Black with #E48C36

Text Example


Text Example

White with #E48C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C36; }

 p { color: rgb(228,140,54); }

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

background-color css

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

 a { background-color: rgb(228,140,54); }

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

border-color css

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

 span { border-color: rgb(228,140,54); }

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