#EAB84A

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

Shades of Ronchi #EAB84A

Tints of Ronchi #EAB84A

Color information

#EAB84A (or 0xEAB84A) is unknown color: approx Ronchi. HEX triplet: EA, B8 and 4A. RGB value is (234,184,74). Sum of RGB (Red+Green+Blue) = 234+184+74=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB84A is #1547B5. Grayscale: #BABABA. Windows color (decimal): -1394614 or 4897002. OLE color: 4897002.

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

Color convert

RGB23418474-
CMYK00.210.680.08
HSL41.25º79.21%60.39%-
HSV(B)41.25º68.38%91.76%-
XYZ52.3152.2713.81-
YUV186.4164.56161.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 74 (29.30% from 255) = 15.04%
R=47.56%
G=37.40%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341847400.210.680.0841.2579.2160.39
HexEAB84A015448294f3c
Octal352270112025104105111774
Binary11101010101110001001010010101100010010001010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB84A; }

 p { color: rgb(234,184,74); }

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

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

 a { background-color: rgb(234,184,74); }

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

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

 span { border-color: rgb(234,184,74); }

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