Html Css Color HEX #EED4BE Almond

📋 copy color: '#EED4BE'

red 238 ◦ green 212 ◦ blue 190

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

Shades of Almond #EED4BE

Tints of Almond #EED4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

 BLUE value IS 190 (74.61% from 255) = 29.69%

R = 37.19%
G = 33.13%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EED4BE (or 0xEED4BE) is known color: Almond. HEX triplet: EE, D4 and BE. RGB value is (238,212,190). Sum of RGB (Red+Green+Blue) = 238+212+190=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BE is #112B41. Grayscale: #D9D9D9. Windows color (decimal): -1125186 or 12506350. OLE color: 12506350.

HSL color Cylindrical-coordinate representation of color #EED4BE: hue angle of 27.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED4BE is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 190 -
CMYK 0 0.11 0.20 0.07
HSL 27.5º 0.59% 0.84% -
HSV(B) 27.5º 0.2% 0.93% -
XYZ 68.1 68.98 58.44 -
YUV 217.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 238 212 190 0 0.11 0.20 0.07 27.5 0.59 0.84
Hex EE D4 BE 0 B 14 7 1C 3B 54
Octal 356 324 276 0 13 24 7 34 73 124
Binary 11101110 11010100 10111110 0 1011 10100 111 11100 111011 1010100

Color Harmonies of #EED4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4BE

Black with #EED4BE

Text Example


Text Example

White with #EED4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4BE; }

 p { color: rgb(238,212,190); }

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

background-color css

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

 a { background-color: rgb(238,212,190); }

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

border-color css

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

 span { border-color: rgb(238,212,190); }

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