#EDBE51

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

Shades of Cream Can #EDBE51

Tints of Cream Can #EDBE51

Color information

#EDBE51 (or 0xEDBE51) is unknown color: approx Cream Can. HEX triplet: ED, BE and 51. RGB value is (237,190,81). Sum of RGB (Red+Green+Blue) = 237+190+81=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE51 is #1241AE. Grayscale: #C0C0C0. Windows color (decimal): -1196463 or 5357293. OLE color: 5357293.

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

Color convert

RGB23719081-
CMYK00.200.660.07
HSL41.92º81.25%62.35%-
HSV(B)41.92º65.82%92.94%-
XYZ54.8255.4315.59-
YUV191.6365.57160.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 81 (32.03% from 255) = 15.94%
R=46.65%
G=37.40%
B=15.94%

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
Decimal2371908100.200.660.0741.9281.2562.35
HexEDBE510144272a513e
Octal35527612102410275212176
Binary1110110110111110101000101010010000101111010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE51; }

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

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

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

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

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

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

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

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