Html Css Color HEX #EABD59 Ronchi

📋 copy color: '#EABD59'

red 234 ◦ green 189 ◦ blue 89

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

Shades of Ronchi #EABD59

Tints of Ronchi #EABD59

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 45.7%
G = 36.91%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EABD59 (or 0xEABD59) is known color: Ronchi. HEX triplet: EA, BD and 59. RGB value is (234,189,89). Sum of RGB (Red+Green+Blue) = 234+189+89=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD59 is #1542A6. Grayscale: #BFBFBF. Windows color (decimal): -1393319 or 5881322. OLE color: 5881322.

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

Color convert

RGB 234 189 89 -
CMYK 0 0.19 0.62 0.08
HSL 41.38º 0.78% 0.63% -
HSV(B) 41.38º 0.62% 0.92% -
XYZ 53.93 54.61 17.15 -
YUV 191.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 234 189 89 0 0.19 0.62 0.08 41.38 0.78 0.63
Hex EA BD 59 0 13 3E 8 29 4E 3F
Octal 352 275 131 0 23 76 10 51 116 77
Binary 11101010 10111101 1011001 0 10011 111110 1000 101001 1001110 111111

Color Harmonies of #EABD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD59

Black with #EABD59

Text Example


Text Example

White with #EABD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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