Html Css Color HEX #EFDCCB Almond

📋 copy color: '#EFDCCB'

red 239 ◦ green 220 ◦ blue 203

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

Shades of Almond #EFDCCB

Tints of Almond #EFDCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.66%

R = 36.1%
G = 33.23%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFDCCB (or 0xEFDCCB) is known color: Almond. HEX triplet: EF, DC and CB. RGB value is (239,220,203). Sum of RGB (Red+Green+Blue) = 239+220+203=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCCB is #102334. Grayscale: #DFDFDF. Windows color (decimal): -1057589 or 13360367. OLE color: 13360367.

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

Color convert

RGB 239 220 203 -
CMYK 0 0.08 0.15 0.06
HSL 28.33º 0.53% 0.87% -
HSV(B) 28.33º 0.15% 0.94% -
XYZ 71.97 73.85 66.96 -
YUV 223.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 239 220 203 0 0.08 0.15 0.06 28.33 0.53 0.87
Hex EF DC CB 0 8 F 6 1C 35 57
Octal 357 334 313 0 10 17 6 34 65 127
Binary 11101111 11011100 11001011 0 1000 1111 110 11100 110101 1010111

Color Harmonies of #EFDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCCB

Black with #EFDCCB

Text Example


Text Example

White with #EFDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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