#EAB147

Color #EAB147 Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #EAB147

Tints of Ronchi #EAB147

Color information

#EAB147 (or 0xEAB147) is unknown color: approx Ronchi. HEX triplet: EA, B1 and 47. RGB value is (234,177,71). Sum of RGB (Red+Green+Blue) = 234+177+71=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB147 is #154EB8. Grayscale: #B6B6B6. Windows color (decimal): -1396409 or 4698602. OLE color: 4698602.

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

Color convert

RGB23417771-
CMYK00.240.700.08
HSL39.02º79.51%59.8%-
HSV(B)39.02º69.66%91.76%-
XYZ50.7949.3912.82-
YUV181.9665.38165.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 71 (28.12% from 255) = 14.73%
R=48.55%
G=36.72%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341777100.240.700.0839.0279.5159.8
HexEAB14701846827503c
Octal352261107030106104712074
Binary11101010101100011000111011000100011010001001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB147; }

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

 H1.HeaderClassName
 {
   color: #EAB147;
 }
 .AnyTagClassName
 {
   color: #EAB147;
 }
</style>
background-color css

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

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

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

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

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

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