Html Css Color HEX #EFD0A1 Dairy Cream

📋 copy color: '#EFD0A1'

red 239 ◦ green 208 ◦ blue 161

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

Shades of Dairy Cream #EFD0A1

Tints of Dairy Cream #EFD0A1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.21%

 BLUE value IS 161 (63.28% from 255) = 26.48%

R = 39.31%
G = 34.21%
B = 26.48%

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

#EFD0A1 (or 0xEFD0A1) is known color: Dairy Cream. HEX triplet: EF, D0 and A1. RGB value is (239,208,161). Sum of RGB (Red+Green+Blue) = 239+208+161=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0A1 is #102F5E. Grayscale: #D4D4D4. Windows color (decimal): -1060703 or 10604783. OLE color: 10604783.

HSL color Cylindrical-coordinate representation of color #EFD0A1: hue angle of 36.15º 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 #EFD0A1 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 161 -
CMYK 0 0.13 0.33 0.06
HSL 36.15º 0.71% 0.78% -
HSV(B) 36.15º 0.33% 0.94% -
XYZ 64.59 66.04 43.06 -
YUV 211.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 239 208 161 0 0.13 0.33 0.06 36.15 0.71 0.78
Hex EF D0 A1 0 D 21 6 24 47 4E
Octal 357 320 241 0 15 41 6 44 107 116
Binary 11101111 11010000 10100001 0 1101 100001 110 100100 1000111 1001110

Color Harmonies of #EFD0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0A1

Black with #EFD0A1

Text Example


Text Example

White with #EFD0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0A1; }

 p { color: rgb(239,208,161); }

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

background-color css

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

 a { background-color: rgb(239,208,161); }

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

border-color css

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

 span { border-color: rgb(239,208,161); }

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