#EDC751

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

Shades of Cream Can #EDC751

Tints of Cream Can #EDC751

Color information

#EDC751 (or 0xEDC751) is unknown color: approx Cream Can. HEX triplet: ED, C7 and 51. RGB value is (237,199,81). Sum of RGB (Red+Green+Blue) = 237+199+81=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC751 is #1238AE. Grayscale: #C5C5C5. Windows color (decimal): -1194159 or 5359597. OLE color: 5359597.

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

Color convert

RGB23719981-
CMYK00.160.660.07
HSL45.38º81.25%62.35%-
HSV(B)45.38º65.82%92.94%-
XYZ56.8359.4516.26-
YUV196.9162.59156.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 81 (32.03% from 255) = 15.67%
R=45.84%
G=38.49%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371998100.160.660.0745.3881.2562.35
HexEDC7510104272d513e
Octal35530712102010275512176
Binary1110110111000111101000101000010000101111011011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC751; }

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

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

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

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

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

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

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

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