Html Css Color HEX #E39040 California

📋 copy color: '#E39040'

red 227 ◦ green 144 ◦ blue 64

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

Shades of California #E39040

Tints of California #E39040

RGB

 RED value IS 227 (89.06% from 255) = 52.18%

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

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 52.18%
G = 33.1%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E39040 (or 0xE39040) is known color: California. HEX triplet: E3, 90 and 40. RGB value is (227,144,64). Sum of RGB (Red+Green+Blue) = 227+144+64=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E39040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39040 is #1C6FBF. Grayscale: #A0A0A0. Windows color (decimal): -1863616 or 4231395. OLE color: 4231395.

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

Color convert

RGB 227 144 64 -
CMYK 0 0.37 0.72 0.11
HSL 29.45º 0.74% 0.57% -
HSV(B) 29.45º 0.72% 0.89% -
XYZ 42.58 36.65 9.68 -
YUV 159.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 227 144 64 0 0.37 0.72 0.11 29.45 0.74 0.57
Hex E3 90 40 0 25 48 B 1D 4A 39
Octal 343 220 100 0 45 110 13 35 112 71
Binary 11100011 10010000 1000000 0 100101 1001000 1011 11101 1001010 111001

Color Harmonies of #E39040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39040

Black with #E39040

Text Example


Text Example

White with #E39040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39040; }

 p { color: rgb(227,144,64); }

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

background-color css

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

 a { background-color: rgb(227,144,64); }

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

border-color css

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

 span { border-color: rgb(227,144,64); }

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