Html Css Color HEX #EFCE9F Dairy Cream

📋 copy color: '#EFCE9F'

red 239 ◦ green 206 ◦ blue 159

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

Shades of Dairy Cream #EFCE9F

Tints of Dairy Cream #EFCE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

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

R = 39.57%
G = 34.11%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFCE9F (or 0xEFCE9F) is known color: Dairy Cream. HEX triplet: EF, CE and 9F. RGB value is (239,206,159). Sum of RGB (Red+Green+Blue) = 239+206+159=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE9F is #103160. Grayscale: #D2D2D2. Windows color (decimal): -1061217 or 10473199. OLE color: 10473199.

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

Color convert

RGB 239 206 159 -
CMYK 0 0.14 0.33 0.06
HSL 35.25º 0.71% 0.78% -
HSV(B) 35.25º 0.33% 0.94% -
XYZ 63.93 65 41.98 -
YUV 210.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 239 206 159 0 0.14 0.33 0.06 35.25 0.71 0.78
Hex EF CE 9F 0 E 21 6 23 47 4E
Octal 357 316 237 0 16 41 6 43 107 116
Binary 11101111 11001110 10011111 0 1110 100001 110 100011 1000111 1001110

Color Harmonies of #EFCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE9F

Black with #EFCE9F

Text Example


Text Example

White with #EFCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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