#EABB4E

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

Shades of Ronchi #EABB4E

Tints of Ronchi #EABB4E

Color information

#EABB4E (or 0xEABB4E) is unknown color: approx Ronchi. HEX triplet: EA, BB and 4E. RGB value is (234,187,78). Sum of RGB (Red+Green+Blue) = 234+187+78=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB4E is #1544B1. Grayscale: #BDBDBD. Windows color (decimal): -1393842 or 5159914. OLE color: 5159914.

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

Color convert

RGB23418778-
CMYK00.200.670.08
HSL41.92º78.79%61.18%-
HSV(B)41.92º66.67%91.76%-
XYZ53.0853.5814.75-
YUV188.6365.57160.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=46.89%
G=37.47%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341877800.200.670.0841.9278.7961.18
HexEABB4E0144382a4f3d
Octal352273116024103105211775
Binary11101010101110111001110010100100001110001010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB4E; }

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

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

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

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

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

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

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

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