#eab744

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

Shades of Ronchi #EAB744

Tints of Ronchi #EAB744

Color information

#EAB744 (or 0xEAB744) is unknown color: approx Ronchi. HEX triplet: EA, B7 and 44. RGB value is (234,183,68). Sum of RGB (Red+Green+Blue) = 234+183+68=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB744 is #1548BB. Grayscale: #B9B9B9. Windows color (decimal): -1394876 or 4503530. OLE color: 4503530.

HSL color Cylindrical-coordinate representation of color #EAB744: hue angle of 41.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAB744 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23418368-
CMYK00.220.710.08
HSL41.57º79.81%59.22%-
HSV(B)41.57º70.94%91.76%-
XYZ51.9151.7812.73-
YUV185.1461.9162.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 68 (26.95% from 255) = 14.02%
R=48.25%
G=37.73%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341836800.220.710.0841.5779.8159.22
HexEAB7440164782a503b
Octal352267104026107105212073
Binary11101010101101111000100010110100011110001010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eab744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eab744; }

 p { color: rgb(234,183,68); }

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

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

 a { background-color: rgb(234,183,68); }

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

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

 span { border-color: rgb(234,183,68); }

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