Html Css Color HEX #E58C31 California

📋 copy color: '#E58C31'

red 229 ◦ green 140 ◦ blue 49

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

Shades of California #E58C31

Tints of California #E58C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 54.78%
G = 33.49%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E58C31 (or 0xE58C31) is known color: California. HEX triplet: E5, 8C and 31. RGB value is (229,140,49). Sum of RGB (Red+Green+Blue) = 229+140+49=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58C31 is #1A73CE. Grayscale: #9C9C9C. Windows color (decimal): -1733583 or 3247333. OLE color: 3247333.

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

Color convert

RGB 229 140 49 -
CMYK 0 0.39 0.79 0.10
HSL 30.33º 0.78% 0.55% -
HSV(B) 30.33º 0.79% 0.9% -
XYZ 42.25 35.64 7.56 -
YUV 156.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 229 140 49 0 0.39 0.79 0.10 30.33 0.78 0.55
Hex E5 8C 31 0 27 4F A 1E 4E 37
Octal 345 214 61 0 47 117 12 36 116 67
Binary 11100101 10001100 110001 0 100111 1001111 1010 11110 1001110 110111

Color Harmonies of #E58C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58C31

Black with #E58C31

Text Example


Text Example

White with #E58C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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