#e7af4e

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

Shades of Ronchi #E7AF4E

Tints of Ronchi #E7AF4E

Color information

#E7AF4E (or 0xE7AF4E) is unknown color: approx Ronchi. HEX triplet: E7, AF and 4E. RGB value is (231,175,78). Sum of RGB (Red+Green+Blue) = 231+175+78=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF4E is #1850B1. Grayscale: #B5B5B5. Windows color (decimal): -1593522 or 5156839. OLE color: 5156839.

HSL color Cylindrical-coordinate representation of color #E7AF4E: hue angle of 38.04º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7AF4E is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23117578-
CMYK00.240.660.09
HSL38.04º76.12%60.59%-
HSV(B)38.04º66.23%90.59%-
XYZ49.6648.213.89-
YUV180.6970.05163.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.73%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 78 (30.86% from 255) = 16.12%
R=47.73%
G=36.16%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311757800.240.660.0938.0476.1260.59
HexE7AF4E018429264c3d
Octal347257116030102114611475
Binary11100111101011111001110011000100001010011001101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7af4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7af4e; }

 p { color: rgb(231,175,78); }

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

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

 a { background-color: rgb(231,175,78); }

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

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

 span { border-color: rgb(231,175,78); }

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