Html Css Color HEX #EFEBD3 Rum Swizzle

📋 copy color: '#EFEBD3'

red 239 ◦ green 235 ◦ blue 211

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

Shades of Rum Swizzle #EFEBD3

Tints of Rum Swizzle #EFEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.8%

R = 34.89%
G = 34.31%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFEBD3 (or 0xEFEBD3) is known color: Rum Swizzle. HEX triplet: EF, EB and D3. RGB value is (239,235,211). Sum of RGB (Red+Green+Blue) = 239+235+211=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD3 is #10142C. Grayscale: #E9E9E9. Windows color (decimal): -1053741 or 13888495. OLE color: 13888495.

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

Color convert

RGB 239 235 211 -
CMYK 0 0.02 0.12 0.06
HSL 51.43º 0.47% 0.88% -
HSV(B) 51.43º 0.12% 0.94% -
XYZ 77.06 82.47 73.48 -
YUV 233.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 239 235 211 0 0.02 0.12 0.06 51.43 0.47 0.88
Hex EF EB D3 0 2 C 6 33 2F 58
Octal 357 353 323 0 2 14 6 63 57 130
Binary 11101111 11101011 11010011 0 10 1100 110 110011 101111 1011000

Color Harmonies of #EFEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBD3

Black with #EFEBD3

Text Example


Text Example

White with #EFEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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