Html Css Color HEX #EFD1A8 Dairy Cream

📋 copy color: '#EFD1A8'

red 239 ◦ green 209 ◦ blue 168

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

Shades of Dairy Cream #EFD1A8

Tints of Dairy Cream #EFD1A8

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.93%

 BLUE value IS 168 (66.02% from 255) = 27.27%

R = 38.8%
G = 33.93%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFD1A8 (or 0xEFD1A8) is known color: Dairy Cream. HEX triplet: EF, D1 and A8. RGB value is (239,209,168). Sum of RGB (Red+Green+Blue) = 239+209+168=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1A8 is #102E57. Grayscale: #D5D5D5. Windows color (decimal): -1060440 or 11063791. OLE color: 11063791.

HSL color Cylindrical-coordinate representation of color #EFD1A8: hue angle of 34.65º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFD1A8 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 168 -
CMYK 0 0.13 0.30 0.06
HSL 34.65º 0.69% 0.8% -
HSV(B) 34.65º 0.3% 0.94% -
XYZ 65.46 66.78 46.49 -
YUV 213.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 239 209 168 0 0.13 0.30 0.06 34.65 0.69 0.8
Hex EF D1 A8 0 D 1E 6 23 45 50
Octal 357 321 250 0 15 36 6 43 105 120
Binary 11101111 11010001 10101000 0 1101 11110 110 100011 1000101 1010000

Color Harmonies of #EFD1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1A8

Black with #EFD1A8

Text Example


Text Example

White with #EFD1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1A8; }

 p { color: rgb(239,209,168); }

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

background-color css

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

 a { background-color: rgb(239,209,168); }

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

border-color css

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

 span { border-color: rgb(239,209,168); }

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