Html Css Color HEX #EFEBD7 Rum Swizzle

📋 copy color: '#EFEBD7'

red 239 ◦ green 235 ◦ blue 215

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

Shades of Rum Swizzle #EFEBD7

Tints of Rum Swizzle #EFEBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.2%

R = 34.69%
G = 34.11%
B = 31.2%

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

#EFEBD7 (or 0xEFEBD7) is known color: Rum Swizzle. HEX triplet: EF, EB and D7. RGB value is (239,235,215). Sum of RGB (Red+Green+Blue) = 239+235+215=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD7 is #101428. Grayscale: #EAEAEA. Windows color (decimal): -1053737 or 14150639. OLE color: 14150639.

HSL color Cylindrical-coordinate representation of color #EFEBD7: hue angle of 50º degrees, saturation: 0.43, 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 #EFEBD7 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 215 -
CMYK 0 0.02 0.10 0.06
HSL 50º 0.43% 0.89% -
HSV(B) 50º 0.1% 0.94% -
XYZ 77.57 82.67 76.16 -
YUV 233.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 239 235 215 0 0.02 0.10 0.06 50 0.43 0.89
Hex EF EB D7 0 2 A 6 32 2B 59
Octal 357 353 327 0 2 12 6 62 53 131
Binary 11101111 11101011 11010111 0 10 1010 110 110010 101011 1011001

Color Harmonies of #EFEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBD7

Black with #EFEBD7

Text Example


Text Example

White with #EFEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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