#EAB852

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

Shades of Ronchi #EAB852

Tints of Ronchi #EAB852

Color information

#EAB852 (or 0xEAB852) is unknown color: approx Ronchi. HEX triplet: EA, B8 and 52. RGB value is (234,184,82). Sum of RGB (Red+Green+Blue) = 234+184+82=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB852 is #1547AD. Grayscale: #BBBBBB. Windows color (decimal): -1394606 or 5421290. OLE color: 5421290.

HSL color Cylindrical-coordinate representation of color #EAB852: hue angle of 40.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAB852 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23418482-
CMYK00.210.650.08
HSL40.26º78.35%61.96%-
HSV(B)40.26º64.96%91.76%-
XYZ52.652.3815.32-
YUV187.3268.56161.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 82 (32.42% from 255) = 16.4%
R=46.8%
G=36.8%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341848200.210.650.0840.2678.3561.96
HexEAB852015418284e3e
Octal352270122025101105011676
Binary11101010101110001010010010101100000110001010001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB852; }

 p { color: rgb(234,184,82); }

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

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

 a { background-color: rgb(234,184,82); }

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

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

 span { border-color: rgb(234,184,82); }

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