#EDBF5B

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

Shades of Cream Can #EDBF5B

Tints of Cream Can #EDBF5B

Color information

#EDBF5B (or 0xEDBF5B) is unknown color: approx Cream Can. HEX triplet: ED, BF and 5B. RGB value is (237,191,91). Sum of RGB (Red+Green+Blue) = 237+191+91=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF5B is #1240A4. Grayscale: #C1C1C1. Windows color (decimal): -1196197 or 6012909. OLE color: 6012909.

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

Color convert

RGB23719191-
CMYK00.190.620.07
HSL41.1º80.22%64.31%-
HSV(B)41.1º61.6%92.94%-
XYZ55.4456.0217.79-
YUV193.3570.24159.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 91 (35.94% from 255) = 17.53%
R=45.66%
G=36.80%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371919100.190.620.0741.180.2264.31
HexEDBF5B0133E7295040
Octal35527713302376751120100
Binary1110110110111111101101101001111111011110100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF5B; }

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

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

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

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

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

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

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

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