#EFEED3

Color #EFEED3 Rum Swizzle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum Swizzle #EFEED3

Tints of Rum Swizzle #EFEED3

Color information

#EFEED3 (or 0xEFEED3) is unknown color: approx Rum Swizzle. HEX triplet: EF, EE and D3. RGB value is (239,238,211). Sum of RGB (Red+Green+Blue) = 239+238+211=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED3 is #10112C. Grayscale: #EBEBEB. Windows color (decimal): -1052973 or 13889263. OLE color: 13889263.

HSL color Cylindrical-coordinate representation of color #EFEED3: hue angle of 57.86º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFEED3 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB239238211-
CMYK00.000.120.06
HSL57.86º46.67%88.24%-
HSV(B)57.86º11.72%93.73%-
XYZ77.9384.273.77-
YUV235.22114.33130.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 211 (82.81% from 255) = 30.67%
R=34.74%
G=34.59%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923821100.000.120.0657.8646.6788.24
HexEFEED300C63a2f58
Octal357356323001467257130
Binary1110111111101110110100110011001101110101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED3; }

 p { color: rgb(239,238,211); }

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

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

 a { background-color: rgb(239,238,211); }

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

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

 span { border-color: rgb(239,238,211); }

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