Html Css Color HEX #E79240 California

📋 copy color: '#E79240'

red 231 ◦ green 146 ◦ blue 64

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

Shades of California #E79240

Tints of California #E79240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.11%

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

R = 52.38%
G = 33.11%
B = 14.51%

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

#E79240 (or 0xE79240) is known color: California. HEX triplet: E7, 92 and 40. RGB value is (231,146,64). Sum of RGB (Red+Green+Blue) = 231+146+64=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E79240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79240 is #186DBF. Grayscale: #A2A2A2. Windows color (decimal): -1600960 or 4231911. OLE color: 4231911.

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

Color convert

RGB 231 146 64 -
CMYK 0 0.37 0.72 0.09
HSL 29.46º 0.78% 0.58% -
HSV(B) 29.46º 0.72% 0.91% -
XYZ 44.16 37.92 9.84 -
YUV 162.07 72.66 177.17 -
System Red Green Blue C M Y K H S L
Decimal 231 146 64 0 0.37 0.72 0.09 29.46 0.78 0.58
Hex E7 92 40 0 25 48 9 1D 4E 3A
Octal 347 222 100 0 45 110 11 35 116 72
Binary 11100111 10010010 1000000 0 100101 1001000 1001 11101 1001110 111010

Color Harmonies of #E79240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79240

Black with #E79240

Text Example


Text Example

White with #E79240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79240; }

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

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

background-color css

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

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

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

border-color css

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

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

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