Html Css Color HEX #EDD7BD Almond

📋 copy color: '#EDD7BD'

red 237 ◦ green 215 ◦ blue 189

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

Shades of Almond #EDD7BD

Tints of Almond #EDD7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.54%

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

R = 36.97%
G = 33.54%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDD7BD (or 0xEDD7BD) is known color: Almond. HEX triplet: ED, D7 and BD. RGB value is (237,215,189). Sum of RGB (Red+Green+Blue) = 237+215+189=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7BD is #122842. Grayscale: #DADADA. Windows color (decimal): -1189955 or 12441581. OLE color: 12441581.

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

Color convert

RGB 237 215 189 -
CMYK 0 0.09 0.20 0.07
HSL 32.5º 0.57% 0.84% -
HSV(B) 32.5º 0.2% 0.93% -
XYZ 68.41 70.28 58.1 -
YUV 218.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 237 215 189 0 0.09 0.20 0.07 32.5 0.57 0.84
Hex ED D7 BD 0 9 14 7 20 39 54
Octal 355 327 275 0 11 24 7 40 71 124
Binary 11101101 11010111 10111101 0 1001 10100 111 100000 111001 1010100

Color Harmonies of #EDD7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7BD

Black with #EDD7BD

Text Example


Text Example

White with #EDD7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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