Html Css Color HEX #EABA55 Ronchi

📋 copy color: '#EABA55'

red 234 ◦ green 186 ◦ blue 85

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

Shades of Ronchi #EABA55

Tints of Ronchi #EABA55

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 46.34%
G = 36.83%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EABA55 (or 0xEABA55) is known color: Ronchi. HEX triplet: EA, BA and 55. RGB value is (234,186,85). Sum of RGB (Red+Green+Blue) = 234+186+85=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA55 is #1545AA. Grayscale: #BDBDBD. Windows color (decimal): -1394091 or 5618410. OLE color: 5618410.

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

Color convert

RGB 234 186 85 -
CMYK 0 0.21 0.64 0.08
HSL 40.67º 0.78% 0.63% -
HSV(B) 40.67º 0.64% 0.92% -
XYZ 53.13 53.27 16.08 -
YUV 188.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 234 186 85 0 0.21 0.64 0.08 40.67 0.78 0.63
Hex EA BA 55 0 15 40 8 29 4E 3F
Octal 352 272 125 0 25 100 10 51 116 77
Binary 11101010 10111010 1010101 0 10101 1000000 1000 101001 1001110 111111

Color Harmonies of #EABA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA55

Black with #EABA55

Text Example


Text Example

White with #EABA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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