Html Css Color HEX #E5912F California

📋 copy color: '#E5912F'

red 229 ◦ green 145 ◦ blue 47

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

Shades of California #E5912F

Tints of California #E5912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.44%

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

R = 54.39%
G = 34.44%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5912F (or 0xE5912F) is known color: California. HEX triplet: E5, 91 and 2F. RGB value is (229,145,47). Sum of RGB (Red+Green+Blue) = 229+145+47=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5912F is #1A6ED0. Grayscale: #9F9F9F. Windows color (decimal): -1732305 or 3117541. OLE color: 3117541.

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

Color convert

RGB 229 145 47 -
CMYK 0 0.37 0.79 0.10
HSL 32.31º 0.78% 0.54% -
HSV(B) 32.31º 0.79% 0.9% -
XYZ 42.95 37.11 7.59 -
YUV 158.94 64.83 177.97 -
System Red Green Blue C M Y K H S L
Decimal 229 145 47 0 0.37 0.79 0.10 32.31 0.78 0.54
Hex E5 91 2F 0 25 4F A 20 4E 36
Octal 345 221 57 0 45 117 12 40 116 66
Binary 11100101 10010001 101111 0 100101 1001111 1010 100000 1001110 110110

Color Harmonies of #E5912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5912F

Black with #E5912F

Text Example


Text Example

White with #E5912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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