Html Css Color HEX #EFDACA Almond

📋 copy color: '#EFDACA'

red 239 ◦ green 218 ◦ blue 202

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

Shades of Almond #EFDACA

Tints of Almond #EFDACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.08%

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

R = 36.27%
G = 33.08%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFDACA (or 0xEFDACA) is known color: Almond. HEX triplet: EF, DA and CA. RGB value is (239,218,202). Sum of RGB (Red+Green+Blue) = 239+218+202=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACA is #102535. Grayscale: #DEDEDE. Windows color (decimal): -1058102 or 13294319. OLE color: 13294319.

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

Color convert

RGB 239 218 202 -
CMYK 0 0.09 0.15 0.06
HSL 25.95º 0.54% 0.86% -
HSV(B) 25.95º 0.15% 0.94% -
XYZ 71.33 72.76 66.16 -
YUV 222.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 239 218 202 0 0.09 0.15 0.06 25.95 0.54 0.86
Hex EF DA CA 0 9 F 6 1A 36 56
Octal 357 332 312 0 11 17 6 32 66 126
Binary 11101111 11011010 11001010 0 1001 1111 110 11010 110110 1010110

Color Harmonies of #EFDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDACA

Black with #EFDACA

Text Example


Text Example

White with #EFDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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