Html Css Color HEX #E58B2F California

📋 copy color: '#E58B2F'

red 229 ◦ green 139 ◦ blue 47

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

Shades of California #E58B2F

Tints of California #E58B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 55.18%
G = 33.49%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E58B2F (or 0xE58B2F) is known color: California. HEX triplet: E5, 8B and 2F. RGB value is (229,139,47). Sum of RGB (Red+Green+Blue) = 229+139+47=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58B2F is #1A74D0. Grayscale: #9B9B9B. Windows color (decimal): -1733841 or 3116005. OLE color: 3116005.

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

Color convert

RGB 229 139 47 -
CMYK 0 0.39 0.79 0.10
HSL 30.33º 0.78% 0.54% -
HSV(B) 30.33º 0.79% 0.9% -
XYZ 42.06 35.33 7.29 -
YUV 155.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 229 139 47 0 0.39 0.79 0.10 30.33 0.78 0.54
Hex E5 8B 2F 0 27 4F A 1E 4E 36
Octal 345 213 57 0 47 117 12 36 116 66
Binary 11100101 10001011 101111 0 100111 1001111 1010 11110 1001110 110110

Color Harmonies of #E58B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58B2F

Black with #E58B2F

Text Example


Text Example

White with #E58B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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