Html Css Color HEX #EAB456 Ronchi

📋 copy color: '#EAB456'

red 234 ◦ green 180 ◦ blue 86

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

Shades of Ronchi #EAB456

Tints of Ronchi #EAB456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

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

R = 46.8%
G = 36%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAB456 (or 0xEAB456) is known color: Ronchi. HEX triplet: EA, B4 and 56. RGB value is (234,180,86). Sum of RGB (Red+Green+Blue) = 234+180+86=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB456 is #154BA9. Grayscale: #B9B9B9. Windows color (decimal): -1395626 or 5682410. OLE color: 5682410.

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

Color convert

RGB 234 180 86 -
CMYK 0 0.23 0.63 0.08
HSL 38.11º 0.78% 0.63% -
HSV(B) 38.11º 0.63% 0.92% -
XYZ 51.93 50.81 15.87 -
YUV 185.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 234 180 86 0 0.23 0.63 0.08 38.11 0.78 0.63
Hex EA B4 56 0 17 3F 8 26 4E 3F
Octal 352 264 126 0 27 77 10 46 116 77
Binary 11101010 10110100 1010110 0 10111 111111 1000 100110 1001110 111111

Color Harmonies of #EAB456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB456

Black with #EAB456

Text Example


Text Example

White with #EAB456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB456; }

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

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

background-color css

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

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

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

border-color css

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

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

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