Html Css Color HEX #EFD3A1 Dairy Cream

📋 copy color: '#EFD3A1'

red 239 ◦ green 211 ◦ blue 161

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

Shades of Dairy Cream #EFD3A1

Tints of Dairy Cream #EFD3A1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.53%

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

R = 39.12%
G = 34.53%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFD3A1 (or 0xEFD3A1) is known color: Dairy Cream. HEX triplet: EF, D3 and A1. RGB value is (239,211,161). Sum of RGB (Red+Green+Blue) = 239+211+161=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3A1 is #102C5E. Grayscale: #D5D5D5. Windows color (decimal): -1059935 or 10605551. OLE color: 10605551.

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

Color convert

RGB 239 211 161 -
CMYK 0 0.12 0.33 0.06
HSL 38.46º 0.71% 0.78% -
HSV(B) 38.46º 0.33% 0.94% -
XYZ 65.32 67.51 43.31 -
YUV 213.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 239 211 161 0 0.12 0.33 0.06 38.46 0.71 0.78
Hex EF D3 A1 0 C 21 6 26 47 4E
Octal 357 323 241 0 14 41 6 46 107 116
Binary 11101111 11010011 10100001 0 1100 100001 110 100110 1000111 1001110

Color Harmonies of #EFD3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3A1

Black with #EFD3A1

Text Example


Text Example

White with #EFD3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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