Html Css Color HEX #EFD29E Dairy Cream

📋 copy color: '#EFD29E'

red 239 ◦ green 210 ◦ blue 158

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

Shades of Dairy Cream #EFD29E

Tints of Dairy Cream #EFD29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.03%

R = 39.37%
G = 34.6%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFD29E (or 0xEFD29E) is known color: Dairy Cream. HEX triplet: EF, D2 and 9E. RGB value is (239,210,158). Sum of RGB (Red+Green+Blue) = 239+210+158=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD29E is #102D61. Grayscale: #D4D4D4. Windows color (decimal): -1060194 or 10408687. OLE color: 10408687.

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

Color convert

RGB 239 210 158 -
CMYK 0 0.12 0.34 0.06
HSL 38.52º 0.72% 0.78% -
HSV(B) 38.52º 0.34% 0.94% -
XYZ 64.81 66.91 41.85 -
YUV 212.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 239 210 158 0 0.12 0.34 0.06 38.52 0.72 0.78
Hex EF D2 9E 0 C 22 6 27 48 4E
Octal 357 322 236 0 14 42 6 47 110 116
Binary 11101111 11010010 10011110 0 1100 100010 110 100111 1001000 1001110

Color Harmonies of #EFD29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD29E

Black with #EFD29E

Text Example


Text Example

White with #EFD29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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