Html Css Color HEX #EFD09F Dairy Cream

📋 copy color: '#EFD09F'

red 239 ◦ green 208 ◦ blue 159

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

Shades of Dairy Cream #EFD09F

Tints of Dairy Cream #EFD09F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.32%

 BLUE value IS 159 (62.5% from 255) = 26.24%

R = 39.44%
G = 34.32%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFD09F (or 0xEFD09F) is known color: Dairy Cream. HEX triplet: EF, D0 and 9F. RGB value is (239,208,159). Sum of RGB (Red+Green+Blue) = 239+208+159=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD09F is #102F60. Grayscale: #D3D3D3. Windows color (decimal): -1060705 or 10473711. OLE color: 10473711.

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

Color convert

RGB 239 208 159 -
CMYK 0 0.13 0.33 0.06
HSL 36.75º 0.71% 0.78% -
HSV(B) 36.75º 0.33% 0.94% -
XYZ 64.41 65.97 42.14 -
YUV 211.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 239 208 159 0 0.13 0.33 0.06 36.75 0.71 0.78
Hex EF D0 9F 0 D 21 6 25 47 4E
Octal 357 320 237 0 15 41 6 45 107 116
Binary 11101111 11010000 10011111 0 1101 100001 110 100101 1000111 1001110

Color Harmonies of #EFD09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD09F

Black with #EFD09F

Text Example


Text Example

White with #EFD09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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