#EDBC54

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

Shades of Ronchi #EDBC54

Tints of Ronchi #EDBC54

Color information

#EDBC54 (or 0xEDBC54) is unknown color: approx Ronchi. HEX triplet: ED, BC and 54. RGB value is (237,188,84). Sum of RGB (Red+Green+Blue) = 237+188+84=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC54 is #1243AB. Grayscale: #BFBFBF. Windows color (decimal): -1196972 or 5553389. OLE color: 5553389.

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

Color convert

RGB23718884-
CMYK00.210.650.07
HSL40.78º80.95%62.94%-
HSV(B)40.78º64.56%92.94%-
XYZ54.5154.6116.06-
YUV190.867.73160.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 84 (33.20% from 255) = 16.50%
R=46.56%
G=36.94%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371888400.210.650.0740.7880.9562.94
HexEDBC5401541729513f
Octal35527412402510175112177
Binary1110110110111100101010001010110000011111010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC54; }

 p { color: rgb(237,188,84); }

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

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

 a { background-color: rgb(237,188,84); }

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

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

 span { border-color: rgb(237,188,84); }

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