Html Css Color HEX #E58A2F California

📋 copy color: '#E58A2F'

red 229 ◦ green 138 ◦ blue 47

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

Shades of California #E58A2F

Tints of California #E58A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 55.31%
G = 33.33%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E58A2F (or 0xE58A2F) is known color: California. HEX triplet: E5, 8A and 2F. RGB value is (229,138,47). Sum of RGB (Red+Green+Blue) = 229+138+47=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58A2F is #1A75D0. Grayscale: #9B9B9B. Windows color (decimal): -1734097 or 3115749. OLE color: 3115749.

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

Color convert

RGB 229 138 47 -
CMYK 0 0.40 0.79 0.10
HSL 30º 0.78% 0.54% -
HSV(B) 30º 0.79% 0.9% -
XYZ 41.91 35.04 7.24 -
YUV 154.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 229 138 47 0 0.40 0.79 0.10 30 0.78 0.54
Hex E5 8A 2F 0 28 4F A 1E 4E 36
Octal 345 212 57 0 50 117 12 36 116 66
Binary 11100101 10001010 101111 0 101000 1001111 1010 11110 1001110 110110

Color Harmonies of #E58A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58A2F

Black with #E58A2F

Text Example


Text Example

White with #E58A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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