Html Css Color HEX #EDD4AB Givry

📋 copy color: '#EDD4AB'

red 237 ◦ green 212 ◦ blue 171

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

Shades of Givry #EDD4AB

Tints of Givry #EDD4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.58%

R = 38.23%
G = 34.19%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDD4AB (or 0xEDD4AB) is known color: Givry. HEX triplet: ED, D4 and AB. RGB value is (237,212,171). Sum of RGB (Red+Green+Blue) = 237+212+171=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4AB is #122B54. Grayscale: #D6D6D6. Windows color (decimal): -1190741 or 11261165. OLE color: 11261165.

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

Color convert

RGB 237 212 171 -
CMYK 0 0.11 0.28 0.07
HSL 37.27º 0.65% 0.8% -
HSV(B) 37.27º 0.28% 0.93% -
XYZ 65.82 68.03 48.19 -
YUV 214.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 237 212 171 0 0.11 0.28 0.07 37.27 0.65 0.8
Hex ED D4 AB 0 B 1C 7 25 41 50
Octal 355 324 253 0 13 34 7 45 101 120
Binary 11101101 11010100 10101011 0 1011 11100 111 100101 1000001 1010000

Color Harmonies of #EDD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4AB

Black with #EDD4AB

Text Example


Text Example

White with #EDD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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