Html Css Color HEX #EFEBD4 Rum Swizzle

📋 copy color: '#EFEBD4'

red 239 ◦ green 235 ◦ blue 212

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

Shades of Rum Swizzle #EFEBD4

Tints of Rum Swizzle #EFEBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.9%

R = 34.84%
G = 34.26%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFEBD4 (or 0xEFEBD4) is known color: Rum Swizzle. HEX triplet: EF, EB and D4. RGB value is (239,235,212). Sum of RGB (Red+Green+Blue) = 239+235+212=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD4 is #10142B. Grayscale: #E9E9E9. Windows color (decimal): -1053740 or 13954031. OLE color: 13954031.

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

Color convert

RGB 239 235 212 -
CMYK 0 0.02 0.11 0.06
HSL 51.11º 0.46% 0.88% -
HSV(B) 51.11º 0.11% 0.94% -
XYZ 77.19 82.52 74.15 -
YUV 233.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 239 235 212 0 0.02 0.11 0.06 51.11 0.46 0.88
Hex EF EB D4 0 2 B 6 33 2E 58
Octal 357 353 324 0 2 13 6 63 56 130
Binary 11101111 11101011 11010100 0 10 1011 110 110011 101110 1011000

Color Harmonies of #EFEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBD4

Black with #EFEBD4

Text Example


Text Example

White with #EFEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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