#EDBE53

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

Shades of Cream Can #EDBE53

Tints of Cream Can #EDBE53

Color information

#EDBE53 (or 0xEDBE53) is unknown color: approx Cream Can. HEX triplet: ED, BE and 53. RGB value is (237,190,83). Sum of RGB (Red+Green+Blue) = 237+190+83=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE53 is #1241AC. Grayscale: #C0C0C0. Windows color (decimal): -1196461 or 5488365. OLE color: 5488365.

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

Color convert

RGB23719083-
CMYK00.200.650.07
HSL41.69º81.05%62.75%-
HSV(B)41.69º64.98%92.94%-
XYZ54.955.4615.99-
YUV191.8566.57160.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 83 (32.81% from 255) = 16.27%
R=46.47%
G=37.25%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371908300.200.650.0741.6981.0562.75
HexEDBE530144172a513f
Octal35527612302410175212177
Binary1110110110111110101001101010010000011111010101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE53; }

 p { color: rgb(237,190,83); }

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

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

 a { background-color: rgb(237,190,83); }

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

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

 span { border-color: rgb(237,190,83); }

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