Html Css Color HEX #EDD0AF Givry

📋 copy color: '#EDD0AF'

red 237 ◦ green 208 ◦ blue 175

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

Shades of Givry #EDD0AF

Tints of Givry #EDD0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.55%

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

R = 38.23%
G = 33.55%
B = 28.23%

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

#EDD0AF (or 0xEDD0AF) is known color: Givry. HEX triplet: ED, D0 and AF. RGB value is (237,208,175). Sum of RGB (Red+Green+Blue) = 237+208+175=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0AF is #122F50. Grayscale: #D5D5D5. Windows color (decimal): -1191761 or 11522285. OLE color: 11522285.

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

Color convert

RGB 237 208 175 -
CMYK 0 0.12 0.26 0.07
HSL 31.94º 0.63% 0.81% -
HSV(B) 31.94º 0.26% 0.93% -
XYZ 65.22 66.21 49.9 -
YUV 212.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 237 208 175 0 0.12 0.26 0.07 31.94 0.63 0.81
Hex ED D0 AF 0 C 1A 7 20 3F 51
Octal 355 320 257 0 14 32 7 40 77 121
Binary 11101101 11010000 10101111 0 1100 11010 111 100000 111111 1010001

Color Harmonies of #EDD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0AF

Black with #EDD0AF

Text Example


Text Example

White with #EDD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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