Html Css Color HEX #EABD57 Ronchi

📋 copy color: '#EABD57'

red 234 ◦ green 189 ◦ blue 87

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

Shades of Ronchi #EABD57

Tints of Ronchi #EABD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.06%

R = 45.88%
G = 37.06%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EABD57 (or 0xEABD57) is known color: Ronchi. HEX triplet: EA, BD and 57. RGB value is (234,189,87). Sum of RGB (Red+Green+Blue) = 234+189+87=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD57 is #1542A8. Grayscale: #BFBFBF. Windows color (decimal): -1393321 or 5750250. OLE color: 5750250.

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

Color convert

RGB 234 189 87 -
CMYK 0 0.19 0.63 0.08
HSL 41.63º 0.78% 0.63% -
HSV(B) 41.63º 0.63% 0.92% -
XYZ 53.85 54.58 16.71 -
YUV 190.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 234 189 87 0 0.19 0.63 0.08 41.63 0.78 0.63
Hex EA BD 57 0 13 3F 8 2A 4E 3F
Octal 352 275 127 0 23 77 10 52 116 77
Binary 11101010 10111101 1010111 0 10011 111111 1000 101010 1001110 111111

Color Harmonies of #EABD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD57

Black with #EABD57

Text Example


Text Example

White with #EABD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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