#EFC450

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

Shades of Cream Can #EFC450

Tints of Cream Can #EFC450

Color information

#EFC450 (or 0xEFC450) is unknown color: approx Cream Can. HEX triplet: EF, C4 and 50. RGB value is (239,196,80). Sum of RGB (Red+Green+Blue) = 239+196+80=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC450 is #103BAF. Grayscale: #C4C4C4. Windows color (decimal): -1063856 or 5293295. OLE color: 5293295.

HSL color Cylindrical-coordinate representation of color #EFC450: hue angle of 43.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFC450 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB23919680-
CMYK00.180.670.06
HSL43.77º83.25%62.55%-
HSV(B)43.77º66.53%93.73%-
XYZ56.7858.4115.87-
YUV195.6362.75158.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 80 (31.64% from 255) = 15.53%
R=46.41%
G=38.06%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391968000.180.670.0643.7783.2562.55
HexEFC4500124362c533f
Octal35730412002210365412377
Binary1110111111000100101000001001010000111101011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC450; }

 p { color: rgb(239,196,80); }

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

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

 a { background-color: rgb(239,196,80); }

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

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

 span { border-color: rgb(239,196,80); }

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