#EAB85B

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

Shades of Ronchi #EAB85B

Tints of Ronchi #EAB85B

Color information

#EAB85B (or 0xEAB85B) is unknown color: approx Ronchi. HEX triplet: EA, B8 and 5B. RGB value is (234,184,91). Sum of RGB (Red+Green+Blue) = 234+184+91=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB85B is #1547A4. Grayscale: #BCBCBC. Windows color (decimal): -1394597 or 6011114. OLE color: 6011114.

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

Color convert

RGB23418491-
CMYK00.210.610.08
HSL39.02º77.3%63.73%-
HSV(B)39.02º61.11%91.76%-
XYZ52.9652.5317.25-
YUV188.3573.06160.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=45.97%
G=36.15%
B=17.88%

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
Decimal2341849100.210.610.0839.0277.363.73
HexEAB85B0153D8274d40
Octal352270133025751047115100
Binary11101010101110001011011010101111101100010011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB85B; }

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

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

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

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

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

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

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

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