Html Css Color HEX #EED6BE Almond

📋 copy color: '#EED6BE'

red 238 ◦ green 214 ◦ blue 190

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

Shades of Almond #EED6BE

Tints of Almond #EED6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.33%

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

R = 37.07%
G = 33.33%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EED6BE (or 0xEED6BE) is known color: Almond. HEX triplet: EE, D6 and BE. RGB value is (238,214,190). Sum of RGB (Red+Green+Blue) = 238+214+190=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6BE is #112941. Grayscale: #DADADA. Windows color (decimal): -1124674 or 12506862. OLE color: 12506862.

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

Color convert

RGB 238 214 190 -
CMYK 0 0.10 0.20 0.07
HSL 30º 0.59% 0.84% -
HSV(B) 30º 0.2% 0.93% -
XYZ 68.6 69.99 58.61 -
YUV 218.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 238 214 190 0 0.10 0.20 0.07 30 0.59 0.84
Hex EE D6 BE 0 A 14 7 1E 3B 54
Octal 356 326 276 0 12 24 7 36 73 124
Binary 11101110 11010110 10111110 0 1010 10100 111 11110 111011 1010100

Color Harmonies of #EED6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6BE

Black with #EED6BE

Text Example


Text Example

White with #EED6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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