Html Css Color HEX #E59130 California

📋 copy color: '#E59130'

red 229 ◦ green 145 ◦ blue 48

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

Shades of California #E59130

Tints of California #E59130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

 BLUE value IS 48 (19.14% from 255) = 11.37%

R = 54.27%
G = 34.36%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E59130 (or 0xE59130) is known color: California. HEX triplet: E5, 91 and 30. RGB value is (229,145,48). Sum of RGB (Red+Green+Blue) = 229+145+48=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E59130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59130 is #1A6ECF. Grayscale: #9F9F9F. Windows color (decimal): -1732304 or 3183077. OLE color: 3183077.

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

Color convert

RGB 229 145 48 -
CMYK 0 0.37 0.79 0.10
HSL 32.15º 0.78% 0.54% -
HSV(B) 32.15º 0.79% 0.9% -
XYZ 42.97 37.12 7.7 -
YUV 159.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 229 145 48 0 0.37 0.79 0.10 32.15 0.78 0.54
Hex E5 91 30 0 25 4F A 20 4E 36
Octal 345 221 60 0 45 117 12 40 116 66
Binary 11100101 10010001 110000 0 100101 1001111 1010 100000 1001110 110110

Color Harmonies of #E59130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59130

Black with #E59130

Text Example


Text Example

White with #E59130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59130; }

 p { color: rgb(229,145,48); }

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

background-color css

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

 a { background-color: rgb(229,145,48); }

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

border-color css

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

 span { border-color: rgb(229,145,48); }

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