Html Css Color HEX #EAB959 Ronchi

📋 copy color: '#EAB959'

red 234 ◦ green 185 ◦ blue 89

#EAB959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ronchi #EAB959

Tints of Ronchi #EAB959

RGB

 RED value IS 234 (91.8% from 255) = 46.06%

 GREEN value IS 185 (72.66% from 255) = 36.42%

 BLUE value IS 89 (35.16% from 255) = 17.52%

R = 46.06%
G = 36.42%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAB959 (or 0xEAB959) is known color: Ronchi. HEX triplet: EA, B9 and 59. RGB value is (234,185,89). Sum of RGB (Red+Green+Blue) = 234+185+89=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB959 is #1546A6. Grayscale: #BDBDBD. Windows color (decimal): -1394343 or 5880298. OLE color: 5880298.

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

Color convert

RGB 234 185 89 -
CMYK 0 0.21 0.62 0.08
HSL 39.72º 0.78% 0.63% -
HSV(B) 39.72º 0.62% 0.92% -
XYZ 53.08 52.91 16.87 -
YUV 188.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 234 185 89 0 0.21 0.62 0.08 39.72 0.78 0.63
Hex EA B9 59 0 15 3E 8 28 4E 3F
Octal 352 271 131 0 25 76 10 50 116 77
Binary 11101010 10111001 1011001 0 10101 111110 1000 101000 1001110 111111

Color Harmonies of #EAB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB959

Black with #EAB959

Text Example


Text Example

White with #EAB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB959; }

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

 H1.HeaderClassName
 {
   color: #EAB959;
 }
 .AnyTagClassName
 {
   color: #EAB959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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