#EDBB5A

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

Shades of Ronchi #EDBB5A

Tints of Ronchi #EDBB5A

Color information

#EDBB5A (or 0xEDBB5A) is unknown color: approx Ronchi. HEX triplet: ED, BB and 5A. RGB value is (237,187,90). Sum of RGB (Red+Green+Blue) = 237+187+90=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB5A is #1244A5. Grayscale: #BFBFBF. Windows color (decimal): -1197222 or 5946349. OLE color: 5946349.

HSL color Cylindrical-coordinate representation of color #EDBB5A: hue angle of 39.59º 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 #EDBB5A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23718790-
CMYK00.210.620.07
HSL39.59º80.33%64.12%-
HSV(B)39.59º62.03%92.94%-
XYZ54.5454.2817.28-
YUV190.8971.06160.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 90 (35.55% from 255) = 17.51%
R=46.11%
G=36.38%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371879000.210.620.0739.5980.3364.12
HexEDBB5A0153E7285040
Octal35527313202576750120100
Binary1110110110111011101101001010111111011110100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB5A; }

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

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

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

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

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

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

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

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