Html Css Color HEX #EFDCCA Almond

📋 copy color: '#EFDCCA'

red 239 ◦ green 220 ◦ blue 202

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

Shades of Almond #EFDCCA

Tints of Almond #EFDCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.56%

R = 36.16%
G = 33.28%
B = 30.56%

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

#EFDCCA (or 0xEFDCCA) is known color: Almond. HEX triplet: EF, DC and CA. RGB value is (239,220,202). Sum of RGB (Red+Green+Blue) = 239+220+202=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCCA is #102335. Grayscale: #DFDFDF. Windows color (decimal): -1057590 or 13294831. OLE color: 13294831.

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

Color convert

RGB 239 220 202 -
CMYK 0 0.08 0.15 0.06
HSL 29.19º 0.54% 0.86% -
HSV(B) 29.19º 0.15% 0.94% -
XYZ 71.85 73.8 66.34 -
YUV 223.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 239 220 202 0 0.08 0.15 0.06 29.19 0.54 0.86
Hex EF DC CA 0 8 F 6 1D 36 56
Octal 357 334 312 0 10 17 6 35 66 126
Binary 11101111 11011100 11001010 0 1000 1111 110 11101 110110 1010110

Color Harmonies of #EFDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCCA

Black with #EFDCCA

Text Example


Text Example

White with #EFDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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