#EFEAD5

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

Shades of Rum Swizzle #EFEAD5

Tints of Rum Swizzle #EFEAD5

Color information

#EFEAD5 (or 0xEFEAD5) is unknown color: approx Rum Swizzle. HEX triplet: EF, EA and D5. RGB value is (239,234,213). Sum of RGB (Red+Green+Blue) = 239+234+213=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAD5 is #10152A. Grayscale: #E9E9E9. Windows color (decimal): -1053995 or 14019311. OLE color: 14019311.

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

Color convert

RGB239234213-
CMYK00.020.110.06
HSL48.46º44.83%88.63%-
HSV(B)48.46º10.88%93.73%-
XYZ77.038274.72-
YUV233.1116.66132.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 213 (83.59% from 255) = 31.05%
R=34.84%
G=34.11%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923421300.020.110.0648.4644.8388.63
HexEFEAD502B6302d59
Octal357352325021366055131
Binary11101111111010101101010101010111101100001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAD5; }

 p { color: rgb(239,234,213); }

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

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

 a { background-color: rgb(239,234,213); }

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

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

 span { border-color: rgb(239,234,213); }

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