#EABA5D

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

Shades of Ronchi #EABA5D

Tints of Ronchi #EABA5D

Color information

#EABA5D (or 0xEABA5D) is unknown color: approx Ronchi. HEX triplet: EA, BA and 5D. RGB value is (234,186,93). Sum of RGB (Red+Green+Blue) = 234+186+93=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA5D is #1545A2. Grayscale: #BEBEBE. Windows color (decimal): -1394083 or 6142698. OLE color: 6142698.

HSL color Cylindrical-coordinate representation of color #EABA5D: hue angle of 39.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EABA5D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23418693-
CMYK00.210.600.08
HSL39.57º77.05%64.12%-
HSV(B)39.57º60.26%91.76%-
XYZ53.4753.417.85-
YUV189.7573.4159.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=45.61%
G=36.26%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341869300.210.600.0839.5777.0564.12
HexEABA5D0153C8284d40
Octal352272135025741050115100
Binary11101010101110101011101010101111100100010100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA5D; }

 p { color: rgb(234,186,93); }

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

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

 a { background-color: rgb(234,186,93); }

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

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

 span { border-color: rgb(234,186,93); }

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