Html Css Color HEX #EDD1AF Givry

📋 copy color: '#EDD1AF'

red 237 ◦ green 209 ◦ blue 175

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

Shades of Givry #EDD1AF

Tints of Givry #EDD1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.66%

 BLUE value IS 175 (68.75% from 255) = 28.18%

R = 38.16%
G = 33.66%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDD1AF (or 0xEDD1AF) is known color: Givry. HEX triplet: ED, D1 and AF. RGB value is (237,209,175). Sum of RGB (Red+Green+Blue) = 237+209+175=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD1AF is #122E50. Grayscale: #D5D5D5. Windows color (decimal): -1191505 or 11522541. OLE color: 11522541.

HSL color Cylindrical-coordinate representation of color #EDD1AF: hue angle of 32.9º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDD1AF is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 175 -
CMYK 0 0.12 0.26 0.07
HSL 32.9º 0.63% 0.81% -
HSV(B) 32.9º 0.26% 0.93% -
XYZ 65.46 66.7 49.98 -
YUV 213.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 237 209 175 0 0.12 0.26 0.07 32.9 0.63 0.81
Hex ED D1 AF 0 C 1A 7 21 3F 51
Octal 355 321 257 0 14 32 7 41 77 121
Binary 11101101 11010001 10101111 0 1100 11010 111 100001 111111 1010001

Color Harmonies of #EDD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1AF

Black with #EDD1AF

Text Example


Text Example

White with #EDD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1AF; }

 p { color: rgb(237,209,175); }

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

background-color css

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

 a { background-color: rgb(237,209,175); }

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

border-color css

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

 span { border-color: rgb(237,209,175); }

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