Html Css Color HEX #EFD2A9 Dairy Cream

📋 copy color: '#EFD2A9'

red 239 ◦ green 210 ◦ blue 169

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

Shades of Dairy Cream #EFD2A9

Tints of Dairy Cream #EFD2A9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

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

R = 38.67%
G = 33.98%
B = 27.35%

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

#EFD2A9 (or 0xEFD2A9) is known color: Dairy Cream. HEX triplet: EF, D2 and A9. RGB value is (239,210,169). Sum of RGB (Red+Green+Blue) = 239+210+169=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A9 is #102D56. Grayscale: #D6D6D6. Windows color (decimal): -1060183 or 11129583. OLE color: 11129583.

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

Color convert

RGB 239 210 169 -
CMYK 0 0.12 0.29 0.06
HSL 35.14º 0.69% 0.8% -
HSV(B) 35.14º 0.29% 0.94% -
XYZ 65.8 67.31 47.06 -
YUV 214 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 239 210 169 0 0.12 0.29 0.06 35.14 0.69 0.8
Hex EF D2 A9 0 C 1D 6 23 45 50
Octal 357 322 251 0 14 35 6 43 105 120
Binary 11101111 11010010 10101001 0 1100 11101 110 100011 1000101 1010000

Color Harmonies of #EFD2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2A9

Black with #EFD2A9

Text Example


Text Example

White with #EFD2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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