Html Css Color HEX #EAB951 Ronchi

📋 copy color: '#EAB951'

red 234 ◦ green 185 ◦ blue 81

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

Shades of Ronchi #EAB951

Tints of Ronchi #EAB951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.2%

R = 46.8%
G = 37%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAB951 (or 0xEAB951) is known color: Ronchi. HEX triplet: EA, B9 and 51. RGB value is (234,185,81). Sum of RGB (Red+Green+Blue) = 234+185+81=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB951 is #1546AE. Grayscale: #BCBCBC. Windows color (decimal): -1394351 or 5356010. OLE color: 5356010.

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

Color convert

RGB 234 185 81 -
CMYK 0 0.21 0.65 0.08
HSL 40.78º 0.78% 0.62% -
HSV(B) 40.78º 0.65% 0.92% -
XYZ 52.77 52.78 15.19 -
YUV 187.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 234 185 81 0 0.21 0.65 0.08 40.78 0.78 0.62
Hex EA B9 51 0 15 41 8 29 4E 3E
Octal 352 271 121 0 25 101 10 51 116 76
Binary 11101010 10111001 1010001 0 10101 1000001 1000 101001 1001110 111110

Color Harmonies of #EAB951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB951

Black with #EAB951

Text Example


Text Example

White with #EAB951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB951; }

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

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

background-color css

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

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

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

border-color css

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

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

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