Html Css Color HEX #EFE9D0 Rum Swizzle

📋 copy color: '#EFE9D0'

red 239 ◦ green 233 ◦ blue 208

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

Shades of Rum Swizzle #EFE9D0

Tints of Rum Swizzle #EFE9D0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.26%

 BLUE value IS 208 (81.64% from 255) = 30.59%

R = 35.15%
G = 34.26%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFE9D0 (or 0xEFE9D0) is known color: Rum Swizzle. HEX triplet: EF, E9 and D0. RGB value is (239,233,208). Sum of RGB (Red+Green+Blue) = 239+233+208=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9D0 is #10162F. Grayscale: #E8E8E8. Windows color (decimal): -1054256 or 13691375. OLE color: 13691375.

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

Color convert

RGB 239 233 208 -
CMYK 0 0.03 0.13 0.06
HSL 48.39º 0.49% 0.88% -
HSV(B) 48.39º 0.13% 0.94% -
XYZ 76.12 81.18 71.33 -
YUV 231.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 239 233 208 0 0.03 0.13 0.06 48.39 0.49 0.88
Hex EF E9 D0 0 3 D 6 30 31 58
Octal 357 351 320 0 3 15 6 60 61 130
Binary 11101111 11101001 11010000 0 11 1101 110 110000 110001 1011000

Color Harmonies of #EFE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9D0

Black with #EFE9D0

Text Example


Text Example

White with #EFE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9D0; }

 p { color: rgb(239,233,208); }

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

background-color css

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

 a { background-color: rgb(239,233,208); }

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

border-color css

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

 span { border-color: rgb(239,233,208); }

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