Html Css Color HEX #EFD4A6 Dairy Cream

📋 copy color: '#EFD4A6'

red 239 ◦ green 212 ◦ blue 166

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

Shades of Dairy Cream #EFD4A6

Tints of Dairy Cream #EFD4A6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.36%

 BLUE value IS 166 (65.23% from 255) = 26.9%

R = 38.74%
G = 34.36%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFD4A6 (or 0xEFD4A6) is known color: Dairy Cream. HEX triplet: EF, D4 and A6. RGB value is (239,212,166). Sum of RGB (Red+Green+Blue) = 239+212+166=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4A6 is #102B59. Grayscale: #D7D7D7. Windows color (decimal): -1059674 or 10933487. OLE color: 10933487.

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

Color convert

RGB 239 212 166 -
CMYK 0 0.11 0.31 0.06
HSL 37.81º 0.7% 0.79% -
HSV(B) 37.81º 0.31% 0.94% -
XYZ 66.02 68.19 45.76 -
YUV 214.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 239 212 166 0 0.11 0.31 0.06 37.81 0.7 0.79
Hex EF D4 A6 0 B 1F 6 26 46 4F
Octal 357 324 246 0 13 37 6 46 106 117
Binary 11101111 11010100 10100110 0 1011 11111 110 100110 1000110 1001111

Color Harmonies of #EFD4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4A6

Black with #EFD4A6

Text Example


Text Example

White with #EFD4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4A6; }

 p { color: rgb(239,212,166); }

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

background-color css

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

 a { background-color: rgb(239,212,166); }

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

border-color css

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

 span { border-color: rgb(239,212,166); }

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