Html Css Color HEX #EFD19D Dairy Cream

📋 copy color: '#EFD19D'

red 239 ◦ green 209 ◦ blue 157

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

Shades of Dairy Cream #EFD19D

Tints of Dairy Cream #EFD19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.55%

 BLUE value IS 157 (61.72% from 255) = 25.95%

R = 39.5%
G = 34.55%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFD19D (or 0xEFD19D) is known color: Dairy Cream. HEX triplet: EF, D1 and 9D. RGB value is (239,209,157). Sum of RGB (Red+Green+Blue) = 239+209+157=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD19D is #102E62. Grayscale: #D4D4D4. Windows color (decimal): -1060451 or 10342895. OLE color: 10342895.

HSL color Cylindrical-coordinate representation of color #EFD19D: hue angle of 38.05º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFD19D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 157 -
CMYK 0 0.13 0.34 0.06
HSL 38.05º 0.72% 0.78% -
HSV(B) 38.05º 0.34% 0.94% -
XYZ 64.48 66.39 41.31 -
YUV 212.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 239 209 157 0 0.13 0.34 0.06 38.05 0.72 0.78
Hex EF D1 9D 0 D 22 6 26 48 4E
Octal 357 321 235 0 15 42 6 46 110 116
Binary 11101111 11010001 10011101 0 1101 100010 110 100110 1001000 1001110

Color Harmonies of #EFD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD19D

Black with #EFD19D

Text Example


Text Example

White with #EFD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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