Html Css Color HEX #E79232 California

📋 copy color: '#E79232'

red 231 ◦ green 146 ◦ blue 50

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

Shades of California #E79232

Tints of California #E79232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 54.1%
G = 34.19%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E79232 (or 0xE79232) is known color: California. HEX triplet: E7, 92 and 32. RGB value is (231,146,50). Sum of RGB (Red+Green+Blue) = 231+146+50=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E79232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79232 is #186DCD. Grayscale: #A0A0A0. Windows color (decimal): -1600974 or 3314407. OLE color: 3314407.

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

Color convert

RGB 231 146 50 -
CMYK 0 0.37 0.78 0.09
HSL 31.82º 0.79% 0.55% -
HSV(B) 31.82º 0.78% 0.91% -
XYZ 43.81 37.78 8 -
YUV 160.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 231 146 50 0 0.37 0.78 0.09 31.82 0.79 0.55
Hex E7 92 32 0 25 4E 9 20 4F 37
Octal 347 222 62 0 45 116 11 40 117 67
Binary 11100111 10010010 110010 0 100101 1001110 1001 100000 1001111 110111

Color Harmonies of #E79232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79232

Black with #E79232

Text Example


Text Example

White with #E79232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79232; }

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

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

background-color css

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

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

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

border-color css

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

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

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