Html Css Color HEX #EFDCC9 Almond

📋 copy color: '#EFDCC9'

red 239 ◦ green 220 ◦ blue 201

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

Shades of Almond #EFDCC9

Tints of Almond #EFDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.33%

 BLUE value IS 201 (78.91% from 255) = 30.45%

R = 36.21%
G = 33.33%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFDCC9 (or 0xEFDCC9) is known color: Almond. HEX triplet: EF, DC and C9. RGB value is (239,220,201). Sum of RGB (Red+Green+Blue) = 239+220+201=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC9 is #102336. Grayscale: #DFDFDF. Windows color (decimal): -1057591 or 13229295. OLE color: 13229295.

HSL color Cylindrical-coordinate representation of color #EFDCC9: hue angle of 30º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFDCC9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 201 -
CMYK 0 0.08 0.16 0.06
HSL 30º 0.54% 0.86% -
HSV(B) 30º 0.16% 0.94% -
XYZ 71.73 73.75 65.71 -
YUV 223.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 239 220 201 0 0.08 0.16 0.06 30 0.54 0.86
Hex EF DC C9 0 8 10 6 1E 36 56
Octal 357 334 311 0 10 20 6 36 66 126
Binary 11101111 11011100 11001001 0 1000 10000 110 11110 110110 1010110

Color Harmonies of #EFDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCC9

Black with #EFDCC9

Text Example


Text Example

White with #EFDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCC9; }

 p { color: rgb(239,220,201); }

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

background-color css

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

 a { background-color: rgb(239,220,201); }

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

border-color css

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

 span { border-color: rgb(239,220,201); }

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