Html Css Color HEX #EFD1A0 Dairy Cream

📋 copy color: '#EFD1A0'

red 239 ◦ green 209 ◦ blue 160

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

Shades of Dairy Cream #EFD1A0

Tints of Dairy Cream #EFD1A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.32%

R = 39.31%
G = 34.38%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFD1A0 (or 0xEFD1A0) is known color: Dairy Cream. HEX triplet: EF, D1 and A0. RGB value is (239,209,160). Sum of RGB (Red+Green+Blue) = 239+209+160=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1A0 is #102E5F. Grayscale: #D4D4D4. Windows color (decimal): -1060448 or 10539503. OLE color: 10539503.

HSL color Cylindrical-coordinate representation of color #EFD1A0: hue angle of 37.22º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFD1A0 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 160 -
CMYK 0 0.13 0.33 0.06
HSL 37.22º 0.71% 0.78% -
HSV(B) 37.22º 0.33% 0.94% -
XYZ 64.74 66.49 42.68 -
YUV 212.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 239 209 160 0 0.13 0.33 0.06 37.22 0.71 0.78
Hex EF D1 A0 0 D 21 6 25 47 4E
Octal 357 321 240 0 15 41 6 45 107 116
Binary 11101111 11010001 10100000 0 1101 100001 110 100101 1000111 1001110

Color Harmonies of #EFD1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1A0

Black with #EFD1A0

Text Example


Text Example

White with #EFD1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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