Html Css Color HEX #EDD4AD Givry

📋 copy color: '#EDD4AD'

red 237 ◦ green 212 ◦ blue 173

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

Shades of Givry #EDD4AD

Tints of Givry #EDD4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.81%

R = 38.1%
G = 34.08%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDD4AD (or 0xEDD4AD) is known color: Givry. HEX triplet: ED, D4 and AD. RGB value is (237,212,173). Sum of RGB (Red+Green+Blue) = 237+212+173=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4AD is #122B52. Grayscale: #D7D7D7. Windows color (decimal): -1190739 or 11392237. OLE color: 11392237.

HSL color Cylindrical-coordinate representation of color #EDD4AD: hue angle of 36.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDD4AD is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 173 -
CMYK 0 0.11 0.27 0.07
HSL 36.56º 0.64% 0.8% -
HSV(B) 36.56º 0.27% 0.93% -
XYZ 66.01 68.11 49.2 -
YUV 215.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 237 212 173 0 0.11 0.27 0.07 36.56 0.64 0.8
Hex ED D4 AD 0 B 1B 7 25 40 50
Octal 355 324 255 0 13 33 7 45 100 120
Binary 11101101 11010100 10101101 0 1011 11011 111 100101 1000000 1010000

Color Harmonies of #EDD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4AD

Black with #EDD4AD

Text Example


Text Example

White with #EDD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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