Html Css Color HEX #EDD2AF Givry

📋 copy color: '#EDD2AF'

red 237 ◦ green 210 ◦ blue 175

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

Shades of Givry #EDD2AF

Tints of Givry #EDD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

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

R = 38.1%
G = 33.76%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDD2AF (or 0xEDD2AF) is known color: Givry. HEX triplet: ED, D2 and AF. RGB value is (237,210,175). Sum of RGB (Red+Green+Blue) = 237+210+175=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2AF is #122D50. Grayscale: #D6D6D6. Windows color (decimal): -1191249 or 11522797. OLE color: 11522797.

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

Color convert

RGB 237 210 175 -
CMYK 0 0.11 0.26 0.07
HSL 33.87º 0.63% 0.81% -
HSV(B) 33.87º 0.26% 0.93% -
XYZ 65.71 67.19 50.06 -
YUV 214.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 237 210 175 0 0.11 0.26 0.07 33.87 0.63 0.81
Hex ED D2 AF 0 B 1A 7 22 3F 51
Octal 355 322 257 0 13 32 7 42 77 121
Binary 11101101 11010010 10101111 0 1011 11010 111 100010 111111 1010001

Color Harmonies of #EDD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2AF

Black with #EDD2AF

Text Example


Text Example

White with #EDD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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