#EFD19F

Color #EFD19F Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #EFD19F

Tints of Dairy Cream #EFD19F

Color information

#EFD19F (or 0xEFD19F) is unknown color: approx Dairy Cream. HEX triplet: EF, D1 and 9F. RGB value is (239,209,159). Sum of RGB (Red+Green+Blue) = 239+209+159=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD19F is #102E60. Grayscale: #D4D4D4. Windows color (decimal): -1060449 or 10473967. OLE color: 10473967.

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

Color convert

RGB239209159-
CMYK00.130.330.06
HSL37.5º71.43%78.04%-
HSV(B)37.5º33.47%93.73%-
XYZ64.6666.4542.22-
YUV212.2797.94147.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 159 (62.5% from 255) = 26.19%
R=39.37%
G=34.43%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920915900.130.330.0637.571.4378.04
HexEFD19F0D21626474e
Octal35732123701541646107116
Binary1110111111010001100111110110110000111010011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD19F; }

 p { color: rgb(239,209,159); }

 H1.HeaderClassName
 {
   color: #EFD19F;
 }
 .AnyTagClassName
 {
   color: #EFD19F;
 }
</style>
background-color css

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

 a { background-color: rgb(239,209,159); }

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

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

 span { border-color: rgb(239,209,159); }

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