Html Css Color HEX #EFEBD8 Rum Swizzle

📋 copy color: '#EFEBD8'

red 239 ◦ green 235 ◦ blue 216

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

Shades of Rum Swizzle #EFEBD8

Tints of Rum Swizzle #EFEBD8

RGB

 RED value IS 239 (93.75% from 255) = 34.64%

 GREEN value IS 235 (92.19% from 255) = 34.06%

 BLUE value IS 216 (84.77% from 255) = 31.3%

R = 34.64%
G = 34.06%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFEBD8 (or 0xEFEBD8) is known color: Rum Swizzle. HEX triplet: EF, EB and D8. RGB value is (239,235,216). Sum of RGB (Red+Green+Blue) = 239+235+216=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD8 is #101427. Grayscale: #EAEAEA. Windows color (decimal): -1053736 or 14216175. OLE color: 14216175.

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

Color convert

RGB 239 235 216 -
CMYK 0 0.02 0.10 0.06
HSL 49.57º 0.42% 0.89% -
HSV(B) 49.57º 0.1% 0.94% -
XYZ 77.7 82.73 76.84 -
YUV 234.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 239 235 216 0 0.02 0.10 0.06 49.57 0.42 0.89
Hex EF EB D8 0 2 A 6 32 2A 59
Octal 357 353 330 0 2 12 6 62 52 131
Binary 11101111 11101011 11011000 0 10 1010 110 110010 101010 1011001

Color Harmonies of #EFEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBD8

Black with #EFEBD8

Text Example


Text Example

White with #EFEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBD8; }

 p { color: rgb(239,235,216); }

 H1.HeaderClassName
 {
   color: #EFEBD8;
 }
 .AnyTagClassName
 {
   color: #EFEBD8;
 }
</style>

background-color css

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

 a { background-color: rgb(239,235,216); }

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

border-color css

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

 span { border-color: rgb(239,235,216); }

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