Html Css Color HEX #E49436 California

📋 copy color: '#E49436'

red 228 ◦ green 148 ◦ blue 54

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

Shades of California #E49436

Tints of California #E49436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

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

R = 53.02%
G = 34.42%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E49436 (or 0xE49436) is known color: California. HEX triplet: E4, 94 and 36. RGB value is (228,148,54). Sum of RGB (Red+Green+Blue) = 228+148+54=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E49436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49436 is #1B6BC9. Grayscale: #A1A1A1. Windows color (decimal): -1797066 or 3577060. OLE color: 3577060.

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

Color convert

RGB 228 148 54 -
CMYK 0 0.35 0.76 0.11
HSL 32.41º 0.76% 0.55% -
HSV(B) 32.41º 0.76% 0.89% -
XYZ 43.25 37.94 8.53 -
YUV 161.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 228 148 54 0 0.35 0.76 0.11 32.41 0.76 0.55
Hex E4 94 36 0 23 4C B 20 4C 37
Octal 344 224 66 0 43 114 13 40 114 67
Binary 11100100 10010100 110110 0 100011 1001100 1011 100000 1001100 110111

Color Harmonies of #E49436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49436

Black with #E49436

Text Example


Text Example

White with #E49436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49436; }

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

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

background-color css

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

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

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

border-color css

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

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

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