#EDBA57

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

Shades of Ronchi #EDBA57

Tints of Ronchi #EDBA57

Color information

#EDBA57 (or 0xEDBA57) is unknown color: approx Ronchi. HEX triplet: ED, BA and 57. RGB value is (237,186,87). Sum of RGB (Red+Green+Blue) = 237+186+87=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA57 is #1245A8. Grayscale: #BEBEBE. Windows color (decimal): -1197481 or 5749485. OLE color: 5749485.

HSL color Cylindrical-coordinate representation of color #EDBA57: hue angle of 39.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDBA57 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23718687-
CMYK00.220.630.07
HSL39.6º80.65%63.53%-
HSV(B)39.6º63.29%92.94%-
XYZ54.253.8116.55-
YUV189.9669.9161.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 87 (34.38% from 255) = 17.06%
R=46.47%
G=36.47%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371868700.220.630.0739.680.6563.53
HexEDBA570163F7285140
Octal35527212702677750121100
Binary1110110110111010101011101011011111111110100010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA57; }

 p { color: rgb(237,186,87); }

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

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

 a { background-color: rgb(237,186,87); }

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

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

 span { border-color: rgb(237,186,87); }

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