Html Css Color HEX #EED5BE Almond

📋 copy color: '#EED5BE'

red 238 ◦ green 213 ◦ blue 190

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

Shades of Almond #EED5BE

Tints of Almond #EED5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.23%

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

R = 37.13%
G = 33.23%
B = 29.64%

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

#EED5BE (or 0xEED5BE) is known color: Almond. HEX triplet: EE, D5 and BE. RGB value is (238,213,190). Sum of RGB (Red+Green+Blue) = 238+213+190=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5BE is #112A41. Grayscale: #D9D9D9. Windows color (decimal): -1124930 or 12506606. OLE color: 12506606.

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

Color convert

RGB 238 213 190 -
CMYK 0 0.11 0.20 0.07
HSL 28.75º 0.59% 0.84% -
HSV(B) 28.75º 0.2% 0.93% -
XYZ 68.35 69.48 58.52 -
YUV 217.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 238 213 190 0 0.11 0.20 0.07 28.75 0.59 0.84
Hex EE D5 BE 0 B 14 7 1D 3B 54
Octal 356 325 276 0 13 24 7 35 73 124
Binary 11101110 11010101 10111110 0 1011 10100 111 11101 111011 1010100

Color Harmonies of #EED5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5BE

Black with #EED5BE

Text Example


Text Example

White with #EED5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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