Html Css Color HEX #EFD1A4 Dairy Cream

📋 copy color: '#EFD1A4'

red 239 ◦ green 209 ◦ blue 164

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

Shades of Dairy Cream #EFD1A4

Tints of Dairy Cream #EFD1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.8%

R = 39.05%
G = 34.15%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFD1A4 (or 0xEFD1A4) is known color: Dairy Cream. HEX triplet: EF, D1 and A4. RGB value is (239,209,164). Sum of RGB (Red+Green+Blue) = 239+209+164=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1A4 is #102E5B. Grayscale: #D5D5D5. Windows color (decimal): -1060444 or 10801647. OLE color: 10801647.

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

Color convert

RGB 239 209 164 -
CMYK 0 0.13 0.31 0.06
HSL 36º 0.7% 0.79% -
HSV(B) 36º 0.31% 0.94% -
XYZ 65.1 66.63 44.55 -
YUV 212.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 239 209 164 0 0.13 0.31 0.06 36 0.7 0.79
Hex EF D1 A4 0 D 1F 6 24 46 4F
Octal 357 321 244 0 15 37 6 44 106 117
Binary 11101111 11010001 10100100 0 1101 11111 110 100100 1000110 1001111

Color Harmonies of #EFD1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1A4

Black with #EFD1A4

Text Example


Text Example

White with #EFD1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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