Html Css Color HEX #E58C32 California

📋 copy color: '#E58C32'

red 229 ◦ green 140 ◦ blue 50

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

Shades of California #E58C32

Tints of California #E58C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 54.65%
G = 33.41%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E58C32 (or 0xE58C32) is known color: California. HEX triplet: E5, 8C and 32. RGB value is (229,140,50). Sum of RGB (Red+Green+Blue) = 229+140+50=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58C32 is #1A73CD. Grayscale: #9C9C9C. Windows color (decimal): -1733582 or 3312869. OLE color: 3312869.

HSL color Cylindrical-coordinate representation of color #E58C32: hue angle of 30.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E58C32 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 140 50 -
CMYK 0 0.39 0.78 0.10
HSL 30.17º 0.77% 0.55% -
HSV(B) 30.17º 0.78% 0.9% -
XYZ 42.27 35.64 7.67 -
YUV 156.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 229 140 50 0 0.39 0.78 0.10 30.17 0.77 0.55
Hex E5 8C 32 0 27 4E A 1E 4D 37
Octal 345 214 62 0 47 116 12 36 115 67
Binary 11100101 10001100 110010 0 100111 1001110 1010 11110 1001101 110111

Color Harmonies of #E58C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58C32

Black with #E58C32

Text Example


Text Example

White with #E58C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58C32; }

 p { color: rgb(229,140,50); }

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

background-color css

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

 a { background-color: rgb(229,140,50); }

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

border-color css

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

 span { border-color: rgb(229,140,50); }

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