#EDBA5A

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

Shades of Ronchi #EDBA5A

Tints of Ronchi #EDBA5A

Color information

#EDBA5A (or 0xEDBA5A) is unknown color: approx Ronchi. HEX triplet: ED, BA and 5A. RGB value is (237,186,90). Sum of RGB (Red+Green+Blue) = 237+186+90=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA5A is #1245A5. Grayscale: #BEBEBE. Windows color (decimal): -1197478 or 5946093. OLE color: 5946093.

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

Color convert

RGB23718690-
CMYK00.220.620.07
HSL39.18º80.33%64.12%-
HSV(B)39.18º62.03%92.94%-
XYZ54.3353.8617.21-
YUV190.371.4161.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=46.20%
G=36.26%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371869000.220.620.0739.1880.3364.12
HexEDBA5A0163E7275040
Octal35527213202676747120100
Binary1110110110111010101101001011011111011110011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA5A; }

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

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

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

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

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

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

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

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