Html Css Color HEX #EFD3A9 Dairy Cream

📋 copy color: '#EFD3A9'

red 239 ◦ green 211 ◦ blue 169

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

Shades of Dairy Cream #EFD3A9

Tints of Dairy Cream #EFD3A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.3%

R = 38.61%
G = 34.09%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFD3A9 (or 0xEFD3A9) is known color: Dairy Cream. HEX triplet: EF, D3 and A9. RGB value is (239,211,169). Sum of RGB (Red+Green+Blue) = 239+211+169=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 169 (66.41% from 255 or 27.30% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3A9 is #102C56. Grayscale: #D6D6D6. Windows color (decimal): -1059927 or 11129839. OLE color: 11129839.

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

Color convert

RGB 239 211 169 -
CMYK 0 0.12 0.29 0.06
HSL 36º 0.69% 0.8% -
HSV(B) 36º 0.29% 0.94% -
XYZ 66.05 67.8 47.14 -
YUV 214.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 239 211 169 0 0.12 0.29 0.06 36 0.69 0.8
Hex EF D3 A9 0 C 1D 6 24 45 50
Octal 357 323 251 0 14 35 6 44 105 120
Binary 11101111 11010011 10101001 0 1100 11101 110 100100 1000101 1010000

Color Harmonies of #EFD3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3A9

Black with #EFD3A9

Text Example


Text Example

White with #EFD3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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