Html Css Color HEX #EDD4BE Almond

📋 copy color: '#EDD4BE'

red 237 ◦ green 212 ◦ blue 190

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

Shades of Almond #EDD4BE

Tints of Almond #EDD4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.18%

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

R = 37.09%
G = 33.18%
B = 29.73%

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

#EDD4BE (or 0xEDD4BE) is known color: Almond. HEX triplet: ED, D4 and BE. RGB value is (237,212,190). Sum of RGB (Red+Green+Blue) = 237+212+190=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4BE is #122B41. Grayscale: #D9D9D9. Windows color (decimal): -1190722 or 12506349. OLE color: 12506349.

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

Color convert

RGB 237 212 190 -
CMYK 0 0.11 0.20 0.07
HSL 28.09º 0.57% 0.84% -
HSV(B) 28.09º 0.2% 0.93% -
XYZ 67.76 68.81 58.43 -
YUV 216.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 237 212 190 0 0.11 0.20 0.07 28.09 0.57 0.84
Hex ED D4 BE 0 B 14 7 1C 39 54
Octal 355 324 276 0 13 24 7 34 71 124
Binary 11101101 11010100 10111110 0 1011 10100 111 11100 111001 1010100

Color Harmonies of #EDD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4BE

Black with #EDD4BE

Text Example


Text Example

White with #EDD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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