#EAB55D

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

Shades of Ronchi #EAB55D

Tints of Ronchi #EAB55D

Color information

#EAB55D (or 0xEAB55D) is unknown color: approx Ronchi. HEX triplet: EA, B5 and 5D. RGB value is (234,181,93). Sum of RGB (Red+Green+Blue) = 234+181+93=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB55D is #154AA2. Grayscale: #BBBBBB. Windows color (decimal): -1395363 or 6141418. OLE color: 6141418.

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

Color convert

RGB23418193-
CMYK00.230.600.08
HSL37.45º77.05%64.12%-
HSV(B)37.45º60.26%91.76%-
XYZ52.4351.3317.5-
YUV186.8275.06161.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=46.06%
G=35.63%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341819300.230.600.0837.4577.0564.12
HexEAB55D0173C8254d40
Octal352265135027741045115100
Binary11101010101101011011101010111111100100010010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB55D; }

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

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

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

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

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

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

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

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