#EABC5D

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

Shades of Ronchi #EABC5D

Tints of Ronchi #EABC5D

Color information

#EABC5D (or 0xEABC5D) is unknown color: approx Ronchi. HEX triplet: EA, BC and 5D. RGB value is (234,188,93). Sum of RGB (Red+Green+Blue) = 234+188+93=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC5D is #1543A2. Grayscale: #BFBFBF. Windows color (decimal): -1393571 or 6143210. OLE color: 6143210.

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

Color convert

RGB23418893-
CMYK00.200.600.08
HSL40.43º77.05%64.12%-
HSV(B)40.43º60.26%91.76%-
XYZ53.8954.2517.99-
YUV190.9272.74158.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=45.44%
G=36.50%
B=18.06%

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
Decimal2341889300.200.600.0840.4377.0564.12
HexEABC5D0143C8284d40
Octal352274135024741050115100
Binary11101010101111001011101010100111100100010100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC5D; }

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

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

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

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

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

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

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

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