Html Css Color HEX #EAB555 Ronchi

📋 copy color: '#EAB555'

red 234 ◦ green 181 ◦ blue 85

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

Shades of Ronchi #EAB555

Tints of Ronchi #EAB555

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 46.8%
G = 36.2%
B = 17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB555 (or 0xEAB555) is known color: Ronchi. HEX triplet: EA, B5 and 55. RGB value is (234,181,85). Sum of RGB (Red+Green+Blue) = 234+181+85=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB555 is #154AAA. Grayscale: #BABABA. Windows color (decimal): -1395371 or 5617130. OLE color: 5617130.

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

Color convert

RGB 234 181 85 -
CMYK 0 0.23 0.64 0.08
HSL 38.66º 0.78% 0.63% -
HSV(B) 38.66º 0.64% 0.92% -
XYZ 52.1 51.2 15.73 -
YUV 185.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 234 181 85 0 0.23 0.64 0.08 38.66 0.78 0.63
Hex EA B5 55 0 17 40 8 27 4E 3F
Octal 352 265 125 0 27 100 10 47 116 77
Binary 11101010 10110101 1010101 0 10111 1000000 1000 100111 1001110 111111

Color Harmonies of #EAB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB555

Black with #EAB555

Text Example


Text Example

White with #EAB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB555; }

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

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

background-color css

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

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

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

border-color css

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

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

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