#EABD55

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

Shades of Ronchi #EABD55

Tints of Ronchi #EABD55

Color information

#EABD55 (or 0xEABD55) is unknown color: approx Ronchi. HEX triplet: EA, BD and 55. RGB value is (234,189,85). Sum of RGB (Red+Green+Blue) = 234+189+85=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD55 is #1542AA. Grayscale: #BFBFBF. Windows color (decimal): -1393323 or 5619178. OLE color: 5619178.

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

Color convert

RGB23418985-
CMYK00.190.640.08
HSL41.88º78.01%62.55%-
HSV(B)41.88º63.68%91.76%-
XYZ53.7754.5416.29-
YUV190.668.41158.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 85 (33.59% from 255) = 16.73%
R=46.06%
G=37.20%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341898500.190.640.0841.8878.0162.55
HexEABD550134082a4e3f
Octal352275125023100105211677
Binary11101010101111011010101010011100000010001010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD55; }

 p { color: rgb(234,189,85); }

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

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

 a { background-color: rgb(234,189,85); }

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

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

 span { border-color: rgb(234,189,85); }

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