#EABC55

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

Shades of Ronchi #EABC55

Tints of Ronchi #EABC55

Color information

#EABC55 (or 0xEABC55) is unknown color: approx Ronchi. HEX triplet: EA, BC and 55. RGB value is (234,188,85). Sum of RGB (Red+Green+Blue) = 234+188+85=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC55 is #1543AA. Grayscale: #BEBEBE. Windows color (decimal): -1393579 or 5618922. OLE color: 5618922.

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

Color convert

RGB23418885-
CMYK00.200.640.08
HSL41.48º78.01%62.55%-
HSV(B)41.48º63.68%91.76%-
XYZ53.5554.1116.22-
YUV190.0168.74159.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=46.15%
G=37.08%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341888500.200.640.0841.4878.0162.55
HexEABC55014408294e3f
Octal352274125024100105111677
Binary11101010101111001010101010100100000010001010011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC55; }

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

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

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

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

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

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

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

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