Html Css Color HEX #ECD5BE Almond

📋 copy color: '#ECD5BE'

red 236 ◦ green 213 ◦ blue 190

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

Shades of Almond #ECD5BE

Tints of Almond #ECD5BE

RGB

 RED value IS 236 (92.58% from 255) = 36.93%

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

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

R = 36.93%
G = 33.33%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECD5BE (or 0xECD5BE) is known color: Almond. HEX triplet: EC, D5 and BE. RGB value is (236,213,190). Sum of RGB (Red+Green+Blue) = 236+213+190=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5BE is #132A41. Grayscale: #D9D9D9. Windows color (decimal): -1256002 or 12506604. OLE color: 12506604.

HSL color Cylindrical-coordinate representation of color #ECD5BE: hue angle of 30º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECD5BE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 190 -
CMYK 0 0.10 0.19 0.07
HSL 30º 0.55% 0.84% -
HSV(B) 30º 0.19% 0.93% -
XYZ 67.68 69.14 58.49 -
YUV 217.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 236 213 190 0 0.10 0.19 0.07 30 0.55 0.84
Hex EC D5 BE 0 A 13 7 1E 37 54
Octal 354 325 276 0 12 23 7 36 67 124
Binary 11101100 11010101 10111110 0 1010 10011 111 11110 110111 1010100

Color Harmonies of #ECD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5BE

Black with #ECD5BE

Text Example


Text Example

White with #ECD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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