#EDBD51

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

Shades of Cream Can #EDBD51

Tints of Cream Can #EDBD51

Color information

#EDBD51 (or 0xEDBD51) is unknown color: approx Cream Can. HEX triplet: ED, BD and 51. RGB value is (237,189,81). Sum of RGB (Red+Green+Blue) = 237+189+81=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD51 is #1242AE. Grayscale: #BFBFBF. Windows color (decimal): -1196719 or 5357037. OLE color: 5357037.

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

Color convert

RGB23718981-
CMYK00.200.660.07
HSL41.54º81.25%62.35%-
HSV(B)41.54º65.82%92.94%-
XYZ54.6154.9915.52-
YUV191.0465.9160.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 81 (32.03% from 255) = 15.98%
R=46.75%
G=37.28%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371898100.200.660.0741.5481.2562.35
HexEDBD510144272a513e
Octal35527512102410275212176
Binary1110110110111101101000101010010000101111010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD51; }

 p { color: rgb(237,189,81); }

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

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

 a { background-color: rgb(237,189,81); }

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

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

 span { border-color: rgb(237,189,81); }

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