#EDBF4B

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

Shades of Cream Can #EDBF4B

Tints of Cream Can #EDBF4B

Color information

#EDBF4B (or 0xEDBF4B) is unknown color: approx Cream Can. HEX triplet: ED, BF and 4B. RGB value is (237,191,75). Sum of RGB (Red+Green+Blue) = 237+191+75=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF4B is #1240B4. Grayscale: #C0C0C0. Windows color (decimal): -1196213 or 4964333. OLE color: 4964333.

HSL color Cylindrical-coordinate representation of color #EDBF4B: hue angle of 42.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDBF4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23719175-
CMYK00.190.680.07
HSL42.96º81.82%61.18%-
HSV(B)42.96º68.35%92.94%-
XYZ54.8355.7714.53-
YUV191.5362.24160.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=47.12%
G=37.97%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371917500.190.680.0742.9681.8261.18
HexEDBF4B0134472b523d
Octal35527711302310475312275
Binary1110110110111111100101101001110001001111010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF4B; }

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

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

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

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

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

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

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

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