Html Css Color HEX #EED7C4 Almond

📋 copy color: '#EED7C4'

red 238 ◦ green 215 ◦ blue 196

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

Shades of Almond #EED7C4

Tints of Almond #EED7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.13%

 BLUE value IS 196 (76.95% from 255) = 30.2%

R = 36.67%
G = 33.13%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EED7C4 (or 0xEED7C4) is known color: Almond. HEX triplet: EE, D7 and C4. RGB value is (238,215,196). Sum of RGB (Red+Green+Blue) = 238+215+196=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7C4 is #11283B. Grayscale: #DBDBDB. Windows color (decimal): -1124412 or 12900334. OLE color: 12900334.

HSL color Cylindrical-coordinate representation of color #EED7C4: hue angle of 27.14º degrees, saturation: 0.55, 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 #EED7C4 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 196 -
CMYK 0 0.10 0.18 0.07
HSL 27.14º 0.55% 0.85% -
HSV(B) 27.14º 0.18% 0.93% -
XYZ 69.52 70.76 62.22 -
YUV 219.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 238 215 196 0 0.10 0.18 0.07 27.14 0.55 0.85
Hex EE D7 C4 0 A 12 7 1B 37 55
Octal 356 327 304 0 12 22 7 33 67 125
Binary 11101110 11010111 11000100 0 1010 10010 111 11011 110111 1010101

Color Harmonies of #EED7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7C4

Black with #EED7C4

Text Example


Text Example

White with #EED7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7C4; }

 p { color: rgb(238,215,196); }

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

background-color css

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

 a { background-color: rgb(238,215,196); }

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

border-color css

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

 span { border-color: rgb(238,215,196); }

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