#EABB5D

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

Shades of Ronchi #EABB5D

Tints of Ronchi #EABB5D

Color information

#EABB5D (or 0xEABB5D) is unknown color: approx Ronchi. HEX triplet: EA, BB and 5D. RGB value is (234,187,93). Sum of RGB (Red+Green+Blue) = 234+187+93=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB5D is #1544A2. Grayscale: #BEBEBE. Windows color (decimal): -1393827 or 6142954. OLE color: 6142954.

HSL color Cylindrical-coordinate representation of color #EABB5D: hue angle of 40º 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 #EABB5D is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23418793-
CMYK00.200.600.08
HSL40º77.05%64.12%-
HSV(B)40º60.26%91.76%-
XYZ53.6853.8217.92-
YUV190.3473.07159.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=45.53%
G=36.38%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341879300.200.600.084077.0564.12
HexEABB5D0143C8284d40
Octal352273135024741050115100
Binary11101010101110111011101010100111100100010100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB5D; }

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

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

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

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

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

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

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

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