Html Css Color HEX #EABD56 Ronchi

📋 copy color: '#EABD56'

red 234 ◦ green 189 ◦ blue 86

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

Shades of Ronchi #EABD56

Tints of Ronchi #EABD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.9%

R = 45.97%
G = 37.13%
B = 16.9%

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

#EABD56 (or 0xEABD56) is known color: Ronchi. HEX triplet: EA, BD and 56. RGB value is (234,189,86). Sum of RGB (Red+Green+Blue) = 234+189+86=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD56 is #1542A9. Grayscale: #BFBFBF. Windows color (decimal): -1393322 or 5684714. OLE color: 5684714.

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

Color convert

RGB 234 189 86 -
CMYK 0 0.19 0.63 0.08
HSL 41.76º 0.78% 0.63% -
HSV(B) 41.76º 0.63% 0.92% -
XYZ 53.81 54.56 16.5 -
YUV 190.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 234 189 86 0 0.19 0.63 0.08 41.76 0.78 0.63
Hex EA BD 56 0 13 3F 8 2A 4E 3F
Octal 352 275 126 0 23 77 10 52 116 77
Binary 11101010 10111101 1010110 0 10011 111111 1000 101010 1001110 111111

Color Harmonies of #EABD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD56

Black with #EABD56

Text Example


Text Example

White with #EABD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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