#EFEED4

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

Shades of Rum Swizzle #EFEED4

Tints of Rum Swizzle #EFEED4

Color information

#EFEED4 (or 0xEFEED4) is unknown color: approx Rum Swizzle. HEX triplet: EF, EE and D4. RGB value is (239,238,212). Sum of RGB (Red+Green+Blue) = 239+238+212=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED4 is #10112B. Grayscale: #EBEBEB. Windows color (decimal): -1052972 or 13954799. OLE color: 13954799.

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

Color convert

RGB239238212-
CMYK00.000.110.06
HSL57.78º45.76%88.43%-
HSV(B)57.78º11.3%93.73%-
XYZ78.0584.2574.44-
YUV235.33114.83130.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 212 (83.20% from 255) = 30.77%
R=34.69%
G=34.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923821200.000.110.0657.7845.7688.43
HexEFEED400B63a2e58
Octal357356324001367256130
Binary1110111111101110110101000010111101110101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED4; }

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

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

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

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

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

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

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

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