Html Css Color HEX #E79140 California

📋 copy color: '#E79140'

red 231 ◦ green 145 ◦ blue 64

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

Shades of California #E79140

Tints of California #E79140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 52.5%
G = 32.95%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E79140 (or 0xE79140) is known color: California. HEX triplet: E7, 91 and 40. RGB value is (231,145,64). Sum of RGB (Red+Green+Blue) = 231+145+64=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E79140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79140 is #186EBF. Grayscale: #A1A1A1. Windows color (decimal): -1601216 or 4231655. OLE color: 4231655.

HSL color Cylindrical-coordinate representation of color #E79140: hue angle of 29.1º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E79140 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 64 -
CMYK 0 0.37 0.72 0.09
HSL 29.1º 0.78% 0.58% -
HSV(B) 29.1º 0.72% 0.91% -
XYZ 44.01 37.61 9.79 -
YUV 161.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 231 145 64 0 0.37 0.72 0.09 29.1 0.78 0.58
Hex E7 91 40 0 25 48 9 1D 4E 3A
Octal 347 221 100 0 45 110 11 35 116 72
Binary 11100111 10010001 1000000 0 100101 1001000 1001 11101 1001110 111010

Color Harmonies of #E79140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79140

Black with #E79140

Text Example


Text Example

White with #E79140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79140; }

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

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

background-color css

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

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

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

border-color css

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

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

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