Html Css Color HEX #EABD55 Ronchi

📋 copy color: '#EABD55'

red 234 ◦ green 189 ◦ blue 85

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

Shades of Ronchi #EABD55

Tints of Ronchi #EABD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.73%

R = 46.06%
G = 37.2%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EABD55 (or 0xEABD55) is known color: Ronchi. HEX triplet: EA, BD and 55. RGB value is (234,189,85). Sum of RGB (Red+Green+Blue) = 234+189+85=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD55 is #1542AA. Grayscale: #BFBFBF. Windows color (decimal): -1393323 or 5619178. OLE color: 5619178.

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

Color convert

RGB 234 189 85 -
CMYK 0 0.19 0.64 0.08
HSL 41.88º 0.78% 0.63% -
HSV(B) 41.88º 0.64% 0.92% -
XYZ 53.77 54.54 16.29 -
YUV 190.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 234 189 85 0 0.19 0.64 0.08 41.88 0.78 0.63
Hex EA BD 55 0 13 40 8 2A 4E 3F
Octal 352 275 125 0 23 100 10 52 116 77
Binary 11101010 10111101 1010101 0 10011 1000000 1000 101010 1001110 111111

Color Harmonies of #EABD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD55

Black with #EABD55

Text Example


Text Example

White with #EABD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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