#EAB95B

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

Shades of Ronchi #EAB95B

Tints of Ronchi #EAB95B

Color information

#EAB95B (or 0xEAB95B) is unknown color: approx Ronchi. HEX triplet: EA, B9 and 5B. RGB value is (234,185,91). Sum of RGB (Red+Green+Blue) = 234+185+91=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB95B is #1546A4. Grayscale: #BDBDBD. Windows color (decimal): -1394341 or 6011370. OLE color: 6011370.

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

Color convert

RGB23418591-
CMYK00.210.610.08
HSL39.44º77.3%63.73%-
HSV(B)39.44º61.11%91.76%-
XYZ53.1752.9517.31-
YUV188.9372.73160.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 91 (35.94% from 255) = 17.84%
R=45.88%
G=36.27%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341859100.210.610.0839.4477.363.73
HexEAB95B0153D8274d40
Octal352271133025751047115100
Binary11101010101110011011011010101111101100010011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB95B; }

 p { color: rgb(234,185,91); }

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

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

 a { background-color: rgb(234,185,91); }

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

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

 span { border-color: rgb(234,185,91); }

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