Html Css Color HEX #EFD2A4 Dairy Cream

📋 copy color: '#EFD2A4'

red 239 ◦ green 210 ◦ blue 164

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

Shades of Dairy Cream #EFD2A4

Tints of Dairy Cream #EFD2A4

RGB

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

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

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

R = 38.99%
G = 34.26%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFD2A4 (or 0xEFD2A4) is known color: Dairy Cream. HEX triplet: EF, D2 and A4. RGB value is (239,210,164). Sum of RGB (Red+Green+Blue) = 239+210+164=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A4 is #102D5B. Grayscale: #D5D5D5. Windows color (decimal): -1060188 or 10801903. OLE color: 10801903.

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

Color convert

RGB 239 210 164 -
CMYK 0 0.12 0.31 0.06
HSL 36.8º 0.7% 0.79% -
HSV(B) 36.8º 0.31% 0.94% -
XYZ 65.34 67.12 44.63 -
YUV 213.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 239 210 164 0 0.12 0.31 0.06 36.8 0.7 0.79
Hex EF D2 A4 0 C 1F 6 25 46 4F
Octal 357 322 244 0 14 37 6 45 106 117
Binary 11101111 11010010 10100100 0 1100 11111 110 100101 1000110 1001111

Color Harmonies of #EFD2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2A4

Black with #EFD2A4

Text Example


Text Example

White with #EFD2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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