#E7AE4A

Color #E7AE4A Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #E7AE4A

Tints of Ronchi #E7AE4A

Color information

#E7AE4A (or 0xE7AE4A) is unknown color: approx Ronchi. HEX triplet: E7, AE and 4A. RGB value is (231,174,74). Sum of RGB (Red+Green+Blue) = 231+174+74=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AE4A is #1851B5. Grayscale: #B4B4B4. Windows color (decimal): -1593782 or 4894439. OLE color: 4894439.

HSL color Cylindrical-coordinate representation of color #E7AE4A: hue angle of 38.22º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7AE4A is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23117474-
CMYK00.250.680.09
HSL38.22º76.59%59.8%-
HSV(B)38.22º67.97%90.59%-
XYZ49.3347.7613.1-
YUV179.6468.38164.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 74 (29.30% from 255) = 15.45%
R=48.23%
G=36.33%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311747400.250.680.0938.2276.5959.8
HexE7AE4A019449264d3c
Octal347256112031104114611574
Binary11100111101011101001010011001100010010011001101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE4A; }

 p { color: rgb(231,174,74); }

 H1.HeaderClassName
 {
   color: #E7AE4A;
 }
 .AnyTagClassName
 {
   color: #E7AE4A;
 }
</style>
background-color css

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

 a { background-color: rgb(231,174,74); }

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

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

 span { border-color: rgb(231,174,74); }

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