Html Css Color HEX #EFCF9D Dairy Cream

📋 copy color: '#EFCF9D'

red 239 ◦ green 207 ◦ blue 157

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

Shades of Dairy Cream #EFCF9D

Tints of Dairy Cream #EFCF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.33%

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

R = 39.64%
G = 34.33%
B = 26.04%

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

#EFCF9D (or 0xEFCF9D) is known color: Dairy Cream. HEX triplet: EF, CF and 9D. RGB value is (239,207,157). Sum of RGB (Red+Green+Blue) = 239+207+157=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCF9D is #103062. Grayscale: #D3D3D3. Windows color (decimal): -1060963 or 10342383. OLE color: 10342383.

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

Color convert

RGB 239 207 157 -
CMYK 0 0.13 0.34 0.06
HSL 36.59º 0.72% 0.78% -
HSV(B) 36.59º 0.34% 0.94% -
XYZ 64 65.41 41.15 -
YUV 210.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 239 207 157 0 0.13 0.34 0.06 36.59 0.72 0.78
Hex EF CF 9D 0 D 22 6 25 48 4E
Octal 357 317 235 0 15 42 6 45 110 116
Binary 11101111 11001111 10011101 0 1101 100010 110 100101 1001000 1001110

Color Harmonies of #EFCF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF9D

Black with #EFCF9D

Text Example


Text Example

White with #EFCF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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