Html Css Color HEX #EFEADC Buttery White

📋 copy color: '#EFEADC'

red 239 ◦ green 234 ◦ blue 220

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

Shades of Buttery White #EFEADC

Tints of Buttery White #EFEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.77%

 BLUE value IS 220 (86.33% from 255) = 31.75%

R = 34.49%
G = 33.77%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFEADC (or 0xEFEADC) is known color: Buttery White. HEX triplet: EF, EA and DC. RGB value is (239,234,220). Sum of RGB (Red+Green+Blue) = 239+234+220=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEADC is #101523. Grayscale: #E9E9E9. Windows color (decimal): -1053988 or 14478063. OLE color: 14478063.

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

Color convert

RGB 239 234 220 -
CMYK 0 0.02 0.08 0.06
HSL 44.21º 0.37% 0.9% -
HSV(B) 44.21º 0.08% 0.94% -
XYZ 77.94 82.36 79.5 -
YUV 233.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 239 234 220 0 0.02 0.08 0.06 44.21 0.37 0.9
Hex EF EA DC 0 2 8 6 2C 25 5A
Octal 357 352 334 0 2 10 6 54 45 132
Binary 11101111 11101010 11011100 0 10 1000 110 101100 100101 1011010

Color Harmonies of #EFEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEADC

Black with #EFEADC

Text Example


Text Example

White with #EFEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEADC; }

 p { color: rgb(239,234,220); }

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

background-color css

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

 a { background-color: rgb(239,234,220); }

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

border-color css

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

 span { border-color: rgb(239,234,220); }

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