Html Css Color HEX #EFEED4 Rum Swizzle

📋 copy color: '#EFEED4'

red 239 ◦ green 238 ◦ blue 212

#EFEED4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum Swizzle #EFEED4

Tints of Rum Swizzle #EFEED4

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.2% from 255) = 30.77%

R = 34.69%
G = 34.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFEED4 (or 0xEFEED4) is known color: 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

RGB 239 238 212 -
CMYK 0 0.00 0.11 0.06
HSL 57.78º 0.46% 0.88% -
HSV(B) 57.78º 0.11% 0.94% -
XYZ 78.05 84.25 74.44 -
YUV 235.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 239 238 212 0 0.00 0.11 0.06 57.78 0.46 0.88
Hex EF EE D4 0 0 B 6 3A 2E 58
Octal 357 356 324 0 0 13 6 72 56 130
Binary 11101111 11101110 11010100 0 0 1011 110 111010 101110 1011000

Color Harmonies of #EFEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEED4

Black with #EFEED4

Text Example


Text Example

White with #EFEED4

Text Example


Text Example

HTML Codes & Css Web 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>