Html Css Color HEX #E58940 California

📋 copy color: '#E58940'

red 229 ◦ green 137 ◦ blue 64

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

Shades of California #E58940

Tints of California #E58940

RGB

 RED value IS 229 (89.84% from 255) = 53.26%

 GREEN value IS 137 (53.91% from 255) = 31.86%

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

R = 53.26%
G = 31.86%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E58940 (or 0xE58940) is known color: California. HEX triplet: E5, 89 and 40. RGB value is (229,137,64). Sum of RGB (Red+Green+Blue) = 229+137+64=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E58940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58940 is #1A76BF. Grayscale: #9C9C9C. Windows color (decimal): -1734336 or 4229605. OLE color: 4229605.

HSL color Cylindrical-coordinate representation of color #E58940: hue angle of 26.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E58940 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 137 64 -
CMYK 0 0.40 0.72 0.10
HSL 26.55º 0.76% 0.57% -
HSV(B) 26.55º 0.72% 0.9% -
XYZ 42.18 34.92 9.37 -
YUV 156.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 229 137 64 0 0.40 0.72 0.10 26.55 0.76 0.57
Hex E5 89 40 0 28 48 A 1B 4C 39
Octal 345 211 100 0 50 110 12 33 114 71
Binary 11100101 10001001 1000000 0 101000 1001000 1010 11011 1001100 111001

Color Harmonies of #E58940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58940

Black with #E58940

Text Example


Text Example

White with #E58940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58940; }

 p { color: rgb(229,137,64); }

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

background-color css

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

 a { background-color: rgb(229,137,64); }

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

border-color css

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

 span { border-color: rgb(229,137,64); }

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