Html Css Color HEX #E58E2F California

📋 copy color: '#E58E2F'

red 229 ◦ green 142 ◦ blue 47

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

Shades of California #E58E2F

Tints of California #E58E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.97%

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

R = 54.78%
G = 33.97%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E58E2F (or 0xE58E2F) is known color: California. HEX triplet: E5, 8E and 2F. RGB value is (229,142,47). Sum of RGB (Red+Green+Blue) = 229+142+47=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58E2F is #1A71D0. Grayscale: #9D9D9D. Windows color (decimal): -1733073 or 3116773. OLE color: 3116773.

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

Color convert

RGB 229 142 47 -
CMYK 0 0.38 0.79 0.10
HSL 31.32º 0.78% 0.54% -
HSV(B) 31.32º 0.79% 0.9% -
XYZ 42.5 36.21 7.44 -
YUV 157.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 229 142 47 0 0.38 0.79 0.10 31.32 0.78 0.54
Hex E5 8E 2F 0 26 4F A 1F 4E 36
Octal 345 216 57 0 46 117 12 37 116 66
Binary 11100101 10001110 101111 0 100110 1001111 1010 11111 1001110 110110

Color Harmonies of #E58E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58E2F

Black with #E58E2F

Text Example


Text Example

White with #E58E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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