#eabb4f

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

Shades of Ronchi #EABB4F

Tints of Ronchi #EABB4F

Color information

#EABB4F (or 0xEABB4F) is unknown color: approx Ronchi. HEX triplet: EA, BB and 4F. RGB value is (234,187,79). Sum of RGB (Red+Green+Blue) = 234+187+79=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB4F is #1544B0. Grayscale: #BDBDBD. Windows color (decimal): -1393841 or 5225450. OLE color: 5225450.

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

Color convert

RGB23418779-
CMYK00.200.660.08
HSL41.81º78.68%61.37%-
HSV(B)41.81º66.24%91.76%-
XYZ53.1153.614.94-
YUV188.7466.07160.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 79 (31.25% from 255) = 15.8%
R=46.8%
G=37.4%
B=15.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341877900.200.660.0841.8178.6861.37
HexEABB4F0144282a4f3d
Octal352273117024102105211775
Binary11101010101110111001111010100100001010001010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eabb4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eabb4f; }

 p { color: rgb(234,187,79); }

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

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

 a { background-color: rgb(234,187,79); }

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

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

 span { border-color: rgb(234,187,79); }

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