#EDBE5B

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

Shades of Cream Can #EDBE5B

Tints of Cream Can #EDBE5B

Color information

#EDBE5B (or 0xEDBE5B) is unknown color: approx Cream Can. HEX triplet: ED, BE and 5B. RGB value is (237,190,91). Sum of RGB (Red+Green+Blue) = 237+190+91=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE5B is #1241A4. Grayscale: #C1C1C1. Windows color (decimal): -1196453 or 6012653. OLE color: 6012653.

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

Color convert

RGB23719091-
CMYK00.200.620.07
HSL40.68º80.22%64.31%-
HSV(B)40.68º61.6%92.94%-
XYZ55.2355.5917.72-
YUV192.7770.57159.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 91 (35.94% from 255) = 17.57%
R=45.75%
G=36.68%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371909100.200.620.0740.6880.2264.31
HexEDBE5B0143E7295040
Octal35527613302476751120100
Binary1110110110111110101101101010011111011110100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE5B; }

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

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

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

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

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

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

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

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