#E7AF4C

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

Shades of Ronchi #E7AF4C

Tints of Ronchi #E7AF4C

Color information

#E7AF4C (or 0xE7AF4C) is unknown color: approx Ronchi. HEX triplet: E7, AF and 4C. RGB value is (231,175,76). Sum of RGB (Red+Green+Blue) = 231+175+76=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF4C is #1850B3. Grayscale: #B4B4B4. Windows color (decimal): -1593524 or 5025767. OLE color: 5025767.

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

Color convert

RGB23117576-
CMYK00.240.670.09
HSL38.32º76.35%60.2%-
HSV(B)38.32º67.1%90.59%-
XYZ49.5948.1713.52-
YUV180.4669.05164.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 76 (30.08% from 255) = 15.77%
R=47.93%
G=36.31%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311757600.240.670.0938.3276.3560.2
HexE7AF4C018439264c3c
Octal347257114030103114611474
Binary11100111101011111001100011000100001110011001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AF4C; }

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

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

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

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

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

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

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

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