Html Css Color HEX #EFE9DB Buttery White

📋 copy color: '#EFE9DB'

red 239 ◦ green 233 ◦ blue 219

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

Shades of Buttery White #EFE9DB

Tints of Buttery White #EFE9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.69%

R = 34.59%
G = 33.72%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE9DB (or 0xEFE9DB) is known color: Buttery White. HEX triplet: EF, E9 and DB. RGB value is (239,233,219). Sum of RGB (Red+Green+Blue) = 239+233+219=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DB is #101624. Grayscale: #E9E9E9. Windows color (decimal): -1054245 or 14412271. OLE color: 14412271.

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

Color convert

RGB 239 233 219 -
CMYK 0 0.03 0.08 0.06
HSL 42º 0.38% 0.9% -
HSV(B) 42º 0.08% 0.94% -
XYZ 77.52 81.74 78.71 -
YUV 233.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 239 233 219 0 0.03 0.08 0.06 42 0.38 0.9
Hex EF E9 DB 0 3 8 6 2A 26 5A
Octal 357 351 333 0 3 10 6 52 46 132
Binary 11101111 11101001 11011011 0 11 1000 110 101010 100110 1011010

Color Harmonies of #EFE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9DB

Black with #EFE9DB

Text Example


Text Example

White with #EFE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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