Html Css Color HEX #EFD2A0 Dairy Cream

📋 copy color: '#EFD2A0'

red 239 ◦ green 210 ◦ blue 160

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

Shades of Dairy Cream #EFD2A0

Tints of Dairy Cream #EFD2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 39.24%
G = 34.48%
B = 26.27%

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

#EFD2A0 (or 0xEFD2A0) is known color: Dairy Cream. HEX triplet: EF, D2 and A0. RGB value is (239,210,160). Sum of RGB (Red+Green+Blue) = 239+210+160=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A0 is #102D5F. Grayscale: #D5D5D5. Windows color (decimal): -1060192 or 10539759. OLE color: 10539759.

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

Color convert

RGB 239 210 160 -
CMYK 0 0.12 0.33 0.06
HSL 37.97º 0.71% 0.78% -
HSV(B) 37.97º 0.33% 0.94% -
XYZ 64.99 66.98 42.76 -
YUV 212.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 239 210 160 0 0.12 0.33 0.06 37.97 0.71 0.78
Hex EF D2 A0 0 C 21 6 26 47 4E
Octal 357 322 240 0 14 41 6 46 107 116
Binary 11101111 11010010 10100000 0 1100 100001 110 100110 1000111 1001110

Color Harmonies of #EFD2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2A0

Black with #EFD2A0

Text Example


Text Example

White with #EFD2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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