Html Css Color HEX #E7912F California

📋 copy color: '#E7912F'

red 231 ◦ green 145 ◦ blue 47

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

Shades of California #E7912F

Tints of California #E7912F

RGB

 RED value IS 231 (90.63% from 255) = 54.61%

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

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

R = 54.61%
G = 34.28%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7912F (or 0xE7912F) is known color: California. HEX triplet: E7, 91 and 2F. RGB value is (231,145,47). Sum of RGB (Red+Green+Blue) = 231+145+47=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7912F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7912F is #186ED0. Grayscale: #A0A0A0. Windows color (decimal): -1601233 or 3117543. OLE color: 3117543.

HSL color Cylindrical-coordinate representation of color #E7912F: hue angle of 31.96º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7912F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 47 -
CMYK 0 0.37 0.80 0.09
HSL 31.96º 0.79% 0.55% -
HSV(B) 31.96º 0.8% 0.91% -
XYZ 43.59 37.44 7.62 -
YUV 159.54 64.49 178.97 -
System Red Green Blue C M Y K H S L
Decimal 231 145 47 0 0.37 0.80 0.09 31.96 0.79 0.55
Hex E7 91 2F 0 25 50 9 20 4F 37
Octal 347 221 57 0 45 120 11 40 117 67
Binary 11100111 10010001 101111 0 100101 1010000 1001 100000 1001111 110111

Color Harmonies of #E7912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7912F

Black with #E7912F

Text Example


Text Example

White with #E7912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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