Html Css Color HEX #EDD5BD Almond

📋 copy color: '#EDD5BD'

red 237 ◦ green 213 ◦ blue 189

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

Shades of Almond #EDD5BD

Tints of Almond #EDD5BD

RGB

 RED value IS 237 (92.97% from 255) = 37.09%

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

 BLUE value IS 189 (74.22% from 255) = 29.58%

R = 37.09%
G = 33.33%
B = 29.58%

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

#EDD5BD (or 0xEDD5BD) is known color: Almond. HEX triplet: ED, D5 and BD. RGB value is (237,213,189). Sum of RGB (Red+Green+Blue) = 237+213+189=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BD is #122A42. Grayscale: #D9D9D9. Windows color (decimal): -1190467 or 12441069. OLE color: 12441069.

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

Color convert

RGB 237 213 189 -
CMYK 0 0.10 0.20 0.07
HSL 30º 0.57% 0.84% -
HSV(B) 30º 0.2% 0.93% -
XYZ 67.9 69.27 57.94 -
YUV 217.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 237 213 189 0 0.10 0.20 0.07 30 0.57 0.84
Hex ED D5 BD 0 A 14 7 1E 39 54
Octal 355 325 275 0 12 24 7 36 71 124
Binary 11101101 11010101 10111101 0 1010 10100 111 11110 111001 1010100

Color Harmonies of #EDD5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5BD

Black with #EDD5BD

Text Example


Text Example

White with #EDD5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5BD; }

 p { color: rgb(237,213,189); }

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

background-color css

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

 a { background-color: rgb(237,213,189); }

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

border-color css

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

 span { border-color: rgb(237,213,189); }

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