Html Css Color HEX #EED9CA Almond

📋 copy color: '#EED9CA'

red 238 ◦ green 217 ◦ blue 202

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

Shades of Almond #EED9CA

Tints of Almond #EED9CA

RGB

 RED value IS 238 (93.36% from 255) = 36.23%

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

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

R = 36.23%
G = 33.03%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EED9CA (or 0xEED9CA) is known color: Almond. HEX triplet: EE, D9 and CA. RGB value is (238,217,202). Sum of RGB (Red+Green+Blue) = 238+217+202=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9CA is #112635. Grayscale: #DDDDDD. Windows color (decimal): -1123894 or 13294062. OLE color: 13294062.

HSL color Cylindrical-coordinate representation of color #EED9CA: hue angle of 25º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED9CA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 202 -
CMYK 0 0.09 0.15 0.07
HSL 25º 0.51% 0.86% -
HSV(B) 25º 0.15% 0.93% -
XYZ 70.73 72.07 66.06 -
YUV 221.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 238 217 202 0 0.09 0.15 0.07 25 0.51 0.86
Hex EE D9 CA 0 9 F 7 19 33 56
Octal 356 331 312 0 11 17 7 31 63 126
Binary 11101110 11011001 11001010 0 1001 1111 111 11001 110011 1010110

Color Harmonies of #EED9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9CA

Black with #EED9CA

Text Example


Text Example

White with #EED9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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