Html Css Color HEX #EAB947 Ronchi

📋 copy color: '#EAB947'

red 234 ◦ green 185 ◦ blue 71

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

Shades of Ronchi #EAB947

Tints of Ronchi #EAB947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.49%

R = 47.76%
G = 37.76%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAB947 (or 0xEAB947) is known color: Ronchi. HEX triplet: EA, B9 and 47. RGB value is (234,185,71). Sum of RGB (Red+Green+Blue) = 234+185+71=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB947 is #1546B8. Grayscale: #BBBBBB. Windows color (decimal): -1394361 or 4700650. OLE color: 4700650.

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

Color convert

RGB 234 185 71 -
CMYK 0 0.21 0.70 0.08
HSL 41.96º 0.8% 0.6% -
HSV(B) 41.96º 0.7% 0.92% -
XYZ 52.42 52.65 13.36 -
YUV 186.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 234 185 71 0 0.21 0.70 0.08 41.96 0.8 0.6
Hex EA B9 47 0 15 46 8 2A 50 3C
Octal 352 271 107 0 25 106 10 52 120 74
Binary 11101010 10111001 1000111 0 10101 1000110 1000 101010 1010000 111100

Color Harmonies of #EAB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB947

Black with #EAB947

Text Example


Text Example

White with #EAB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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