#EDC145

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

Shades of Cream Can #EDC145

Tints of Cream Can #EDC145

Color information

#EDC145 (or 0xEDC145) is unknown color: approx Cream Can. HEX triplet: ED, C1 and 45. RGB value is (237,193,69). Sum of RGB (Red+Green+Blue) = 237+193+69=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC145 is #123EBA. Grayscale: #C0C0C0. Windows color (decimal): -1195707 or 4571629. OLE color: 4571629.

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

Color convert

RGB23719369-
CMYK00.190.710.07
HSL44.29º82.35%60%-
HSV(B)44.29º70.89%92.94%-
XYZ55.0756.5713.65-
YUV192.0258.58160.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 69 (27.34% from 255) = 13.83%
R=47.49%
G=38.68%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371936900.190.710.0744.2982.3560
HexEDC1450134772c523c
Octal35530110502310775412274
Binary1110110111000001100010101001110001111111011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC145; }

 p { color: rgb(237,193,69); }

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

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

 a { background-color: rgb(237,193,69); }

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

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

 span { border-color: rgb(237,193,69); }

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