Html Css Color HEX #EDD7BE Almond

📋 copy color: '#EDD7BE'

red 237 ◦ green 215 ◦ blue 190

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

Shades of Almond #EDD7BE

Tints of Almond #EDD7BE

RGB

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

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

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

R = 36.92%
G = 33.49%
B = 29.6%

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

#EDD7BE (or 0xEDD7BE) is known color: Almond. HEX triplet: ED, D7 and BE. RGB value is (237,215,190). Sum of RGB (Red+Green+Blue) = 237+215+190=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7BE is #122841. Grayscale: #DADADA. Windows color (decimal): -1189954 or 12507117. OLE color: 12507117.

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

Color convert

RGB 237 215 190 -
CMYK 0 0.09 0.20 0.07
HSL 31.91º 0.57% 0.84% -
HSV(B) 31.91º 0.2% 0.93% -
XYZ 68.52 70.32 58.68 -
YUV 218.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 237 215 190 0 0.09 0.20 0.07 31.91 0.57 0.84
Hex ED D7 BE 0 9 14 7 20 39 54
Octal 355 327 276 0 11 24 7 40 71 124
Binary 11101101 11010111 10111110 0 1001 10100 111 100000 111001 1010100

Color Harmonies of #EDD7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7BE

Black with #EDD7BE

Text Example


Text Example

White with #EDD7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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