Html Css Color HEX #EFD9CA Almond

📋 copy color: '#EFD9CA'

red 239 ◦ green 217 ◦ blue 202

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

Shades of Almond #EFD9CA

Tints of Almond #EFD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.98%

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

R = 36.32%
G = 32.98%
B = 30.7%

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

#EFD9CA (or 0xEFD9CA) is known color: Almond. HEX triplet: EF, D9 and CA. RGB value is (239,217,202). Sum of RGB (Red+Green+Blue) = 239+217+202=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9CA is #102635. Grayscale: #DDDDDD. Windows color (decimal): -1058358 or 13294063. OLE color: 13294063.

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

Color convert

RGB 239 217 202 -
CMYK 0 0.09 0.15 0.06
HSL 24.32º 0.54% 0.86% -
HSV(B) 24.32º 0.15% 0.94% -
XYZ 71.07 72.24 66.08 -
YUV 221.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 239 217 202 0 0.09 0.15 0.06 24.32 0.54 0.86
Hex EF D9 CA 0 9 F 6 18 36 56
Octal 357 331 312 0 11 17 6 30 66 126
Binary 11101111 11011001 11001010 0 1001 1111 110 11000 110110 1010110

Color Harmonies of #EFD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9CA

Black with #EFD9CA

Text Example


Text Example

White with #EFD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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