Html Css Color HEX #EAB655 Ronchi

📋 copy color: '#EAB655'

red 234 ◦ green 182 ◦ blue 85

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

Shades of Ronchi #EAB655

Tints of Ronchi #EAB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

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

R = 46.71%
G = 36.33%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB655 (or 0xEAB655) is known color: Ronchi. HEX triplet: EA, B6 and 55. RGB value is (234,182,85). Sum of RGB (Red+Green+Blue) = 234+182+85=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB655 is #1549AA. Grayscale: #BABABA. Windows color (decimal): -1395115 or 5617386. OLE color: 5617386.

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

Color convert

RGB 234 182 85 -
CMYK 0 0.22 0.64 0.08
HSL 39.06º 0.78% 0.63% -
HSV(B) 39.06º 0.64% 0.92% -
XYZ 52.3 51.6 15.8 -
YUV 186.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 234 182 85 0 0.22 0.64 0.08 39.06 0.78 0.63
Hex EA B6 55 0 16 40 8 27 4E 3F
Octal 352 266 125 0 26 100 10 47 116 77
Binary 11101010 10110110 1010101 0 10110 1000000 1000 100111 1001110 111111

Color Harmonies of #EAB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB655

Black with #EAB655

Text Example


Text Example

White with #EAB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB655; }

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

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

background-color css

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

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

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

border-color css

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

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

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