Html Css Color HEX #E58A32 California

📋 copy color: '#E58A32'

red 229 ◦ green 138 ◦ blue 50

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

Shades of California #E58A32

Tints of California #E58A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 54.92%
G = 33.09%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E58A32 (or 0xE58A32) is known color: California. HEX triplet: E5, 8A and 32. RGB value is (229,138,50). Sum of RGB (Red+Green+Blue) = 229+138+50=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58A32 is #1A75CD. Grayscale: #9B9B9B. Windows color (decimal): -1734094 or 3312357. OLE color: 3312357.

HSL color Cylindrical-coordinate representation of color #E58A32: hue angle of 29.5º 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 #E58A32 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 138 50 -
CMYK 0 0.40 0.78 0.10
HSL 29.5º 0.77% 0.55% -
HSV(B) 29.5º 0.78% 0.9% -
XYZ 41.98 35.07 7.57 -
YUV 155.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 229 138 50 0 0.40 0.78 0.10 29.5 0.77 0.55
Hex E5 8A 32 0 28 4E A 1D 4D 37
Octal 345 212 62 0 50 116 12 35 115 67
Binary 11100101 10001010 110010 0 101000 1001110 1010 11101 1001101 110111

Color Harmonies of #E58A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58A32

Black with #E58A32

Text Example


Text Example

White with #E58A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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