Html Css Color HEX #EFEED3 Rum Swizzle

📋 copy color: '#EFEED3'

red 239 ◦ green 238 ◦ blue 211

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

Shades of Rum Swizzle #EFEED3

Tints of Rum Swizzle #EFEED3

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 value IS 0

 M value IS 0.00

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 239 238 211 -
CMYK 0 0.00 0.12 0.06
HSL 57.86º 0.47% 0.88% -
HSV(B) 57.86º 0.12% 0.94% -
XYZ 77.93 84.2 73.77 -
YUV 235.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 239 238 211 0 0.00 0.12 0.06 57.86 0.47 0.88
Hex EF EE D3 0 0 C 6 3A 2F 58
Octal 357 356 323 0 0 14 6 72 57 130
Binary 11101111 11101110 11010011 0 0 1100 110 111010 101111 1011000

Color Harmonies of #EFEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEED3

Black with #EFEED3

Text Example


Text Example

White with #EFEED3

Text Example


Text Example

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