Html Css Color HEX #EFEBD0 Rum Swizzle

📋 copy color: '#EFEBD0'

red 239 ◦ green 235 ◦ blue 208

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

Shades of Rum Swizzle #EFEBD0

Tints of Rum Swizzle #EFEBD0

RGB

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

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

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

R = 35.04%
G = 34.46%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFEBD0 (or 0xEFEBD0) is known color: Rum Swizzle. HEX triplet: EF, EB and D0. RGB value is (239,235,208). Sum of RGB (Red+Green+Blue) = 239+235+208=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD0 is #10142F. Grayscale: #E9E9E9. Windows color (decimal): -1053744 or 13691887. OLE color: 13691887.

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

Color convert

RGB 239 235 208 -
CMYK 0 0.02 0.13 0.06
HSL 52.26º 0.49% 0.88% -
HSV(B) 52.26º 0.13% 0.94% -
XYZ 76.69 82.32 71.52 -
YUV 233.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 239 235 208 0 0.02 0.13 0.06 52.26 0.49 0.88
Hex EF EB D0 0 2 D 6 34 31 58
Octal 357 353 320 0 2 15 6 64 61 130
Binary 11101111 11101011 11010000 0 10 1101 110 110100 110001 1011000

Color Harmonies of #EFEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBD0

Black with #EFEBD0

Text Example


Text Example

White with #EFEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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