Html Css Color HEX #EAB856 Ronchi

📋 copy color: '#EAB856'

red 234 ◦ green 184 ◦ blue 86

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

Shades of Ronchi #EAB856

Tints of Ronchi #EAB856

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 86 (33.98% from 255) = 17.06%

R = 46.43%
G = 36.51%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAB856 (or 0xEAB856) is known color: Ronchi. HEX triplet: EA, B8 and 56. RGB value is (234,184,86). Sum of RGB (Red+Green+Blue) = 234+184+86=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB856 is #1547A9. Grayscale: #BCBCBC. Windows color (decimal): -1394602 or 5683434. OLE color: 5683434.

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

Color convert

RGB 234 184 86 -
CMYK 0 0.21 0.63 0.08
HSL 39.73º 0.78% 0.63% -
HSV(B) 39.73º 0.63% 0.92% -
XYZ 52.75 52.45 16.15 -
YUV 187.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 234 184 86 0 0.21 0.63 0.08 39.73 0.78 0.63
Hex EA B8 56 0 15 3F 8 28 4E 3F
Octal 352 270 126 0 25 77 10 50 116 77
Binary 11101010 10111000 1010110 0 10101 111111 1000 101000 1001110 111111

Color Harmonies of #EAB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB856

Black with #EAB856

Text Example


Text Example

White with #EAB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB856; }

 p { color: rgb(234,184,86); }

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

background-color css

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

 a { background-color: rgb(234,184,86); }

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

border-color css

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

 span { border-color: rgb(234,184,86); }

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