Html Css Color HEX #E58A2E California

📋 copy color: '#E58A2E'

red 229 ◦ green 138 ◦ blue 46

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

Shades of California #E58A2E

Tints of California #E58A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 55.45%
G = 33.41%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E58A2E (or 0xE58A2E) is known color: California. HEX triplet: E5, 8A and 2E. RGB value is (229,138,46). Sum of RGB (Red+Green+Blue) = 229+138+46=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58A2E is #1A75D1. Grayscale: #9B9B9B. Windows color (decimal): -1734098 or 3050213. OLE color: 3050213.

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

Color convert

RGB 229 138 46 -
CMYK 0 0.40 0.80 0.10
HSL 30.16º 0.78% 0.54% -
HSV(B) 30.16º 0.8% 0.9% -
XYZ 41.89 35.03 7.14 -
YUV 154.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 229 138 46 0 0.40 0.80 0.10 30.16 0.78 0.54
Hex E5 8A 2E 0 28 50 A 1E 4E 36
Octal 345 212 56 0 50 120 12 36 116 66
Binary 11100101 10001010 101110 0 101000 1010000 1010 11110 1001110 110110

Color Harmonies of #E58A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58A2E

Black with #E58A2E

Text Example


Text Example

White with #E58A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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