Html Css Color HEX #E49036 California

📋 copy color: '#E49036'

red 228 ◦ green 144 ◦ blue 54

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

Shades of California #E49036

Tints of California #E49036

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

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

R = 53.52%
G = 33.8%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E49036 (or 0xE49036) is known color: California. HEX triplet: E4, 90 and 36. RGB value is (228,144,54). Sum of RGB (Red+Green+Blue) = 228+144+54=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E49036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49036 is #1B6FC9. Grayscale: #9F9F9F. Windows color (decimal): -1798090 or 3576036. OLE color: 3576036.

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

Color convert

RGB 228 144 54 -
CMYK 0 0.37 0.76 0.11
HSL 31.03º 0.76% 0.55% -
HSV(B) 31.03º 0.76% 0.89% -
XYZ 42.63 36.71 8.33 -
YUV 158.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 228 144 54 0 0.37 0.76 0.11 31.03 0.76 0.55
Hex E4 90 36 0 25 4C B 1F 4C 37
Octal 344 220 66 0 45 114 13 37 114 67
Binary 11100100 10010000 110110 0 100101 1001100 1011 11111 1001100 110111

Color Harmonies of #E49036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49036

Black with #E49036

Text Example


Text Example

White with #E49036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49036; }

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

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

background-color css

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

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

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

border-color css

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

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

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