#EFC553

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

Shades of Cream Can #EFC553

Tints of Cream Can #EFC553

Color information

#EFC553 (or 0xEFC553) is unknown color: approx Cream Can. HEX triplet: EF, C5 and 53. RGB value is (239,197,83). Sum of RGB (Red+Green+Blue) = 239+197+83=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC553 is #103AAC. Grayscale: #C5C5C5. Windows color (decimal): -1063597 or 5490159. OLE color: 5490159.

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

Color convert

RGB23919783-
CMYK00.180.650.06
HSL43.85º82.98%63.14%-
HSV(B)43.85º65.27%93.73%-
XYZ57.1258.9116.54-
YUV196.5663.91158.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.05%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 83 (32.81% from 255) = 15.99%
R=46.05%
G=37.96%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391978300.180.650.0643.8582.9863.14
HexEFC5530124162c533f
Octal35730512302210165412377
Binary1110111111000101101001101001010000011101011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC553; }

 p { color: rgb(239,197,83); }

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

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

 a { background-color: rgb(239,197,83); }

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

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

 span { border-color: rgb(239,197,83); }

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