Html Css Color HEX #EAB955 Ronchi

📋 copy color: '#EAB955'

red 234 ◦ green 185 ◦ blue 85

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

Shades of Ronchi #EAB955

Tints of Ronchi #EAB955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

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

R = 46.43%
G = 36.71%
B = 16.87%

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

#EAB955 (or 0xEAB955) is known color: Ronchi. HEX triplet: EA, B9 and 55. RGB value is (234,185,85). Sum of RGB (Red+Green+Blue) = 234+185+85=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB955 is #1546AA. Grayscale: #BCBCBC. Windows color (decimal): -1394347 or 5618154. OLE color: 5618154.

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

Color convert

RGB 234 185 85 -
CMYK 0 0.21 0.64 0.08
HSL 40.27º 0.78% 0.63% -
HSV(B) 40.27º 0.64% 0.92% -
XYZ 52.92 52.85 16.01 -
YUV 188.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 234 185 85 0 0.21 0.64 0.08 40.27 0.78 0.63
Hex EA B9 55 0 15 40 8 28 4E 3F
Octal 352 271 125 0 25 100 10 50 116 77
Binary 11101010 10111001 1010101 0 10101 1000000 1000 101000 1001110 111111

Color Harmonies of #EAB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB955

Black with #EAB955

Text Example


Text Example

White with #EAB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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