Html Css Color HEX #E49038 California

📋 copy color: '#E49038'

red 228 ◦ green 144 ◦ blue 56

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

Shades of California #E49038

Tints of California #E49038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 53.27%
G = 33.64%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E49038 (or 0xE49038) is known color: California. HEX triplet: E4, 90 and 38. RGB value is (228,144,56). Sum of RGB (Red+Green+Blue) = 228+144+56=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E49038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49038 is #1B6FC7. Grayscale: #9F9F9F. Windows color (decimal): -1798088 or 3707108. OLE color: 3707108.

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

Color convert

RGB 228 144 56 -
CMYK 0 0.37 0.75 0.11
HSL 30.7º 0.76% 0.56% -
HSV(B) 30.7º 0.75% 0.89% -
XYZ 42.68 36.73 8.58 -
YUV 159.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 228 144 56 0 0.37 0.75 0.11 30.7 0.76 0.56
Hex E4 90 38 0 25 4B B 1F 4C 38
Octal 344 220 70 0 45 113 13 37 114 70
Binary 11100100 10010000 111000 0 100101 1001011 1011 11111 1001100 111000

Color Harmonies of #E49038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49038

Black with #E49038

Text Example


Text Example

White with #E49038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49038; }

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

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

background-color css

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

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

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

border-color css

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

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

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