Html Css Color HEX #EEDAC2 Almond

📋 copy color: '#EEDAC2'

red 238 ◦ green 218 ◦ blue 194

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

Shades of Almond #EEDAC2

Tints of Almond #EEDAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.85%

R = 36.62%
G = 33.54%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEDAC2 (or 0xEEDAC2) is known color: Almond. HEX triplet: EE, DA and C2. RGB value is (238,218,194). Sum of RGB (Red+Green+Blue) = 238+218+194=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC2 is #11253D. Grayscale: #DDDDDD. Windows color (decimal): -1123646 or 12770030. OLE color: 12770030.

HSL color Cylindrical-coordinate representation of color #EEDAC2: hue angle of 32.73º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEDAC2 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 194 -
CMYK 0 0.08 0.18 0.07
HSL 32.73º 0.56% 0.85% -
HSV(B) 32.73º 0.18% 0.93% -
XYZ 70.07 72.22 61.28 -
YUV 221.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 238 218 194 0 0.08 0.18 0.07 32.73 0.56 0.85
Hex EE DA C2 0 8 12 7 21 38 55
Octal 356 332 302 0 10 22 7 41 70 125
Binary 11101110 11011010 11000010 0 1000 10010 111 100001 111000 1010101

Color Harmonies of #EEDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAC2

Black with #EEDAC2

Text Example


Text Example

White with #EEDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAC2; }

 p { color: rgb(238,218,194); }

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

background-color css

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

 a { background-color: rgb(238,218,194); }

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

border-color css

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

 span { border-color: rgb(238,218,194); }

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