Html Css Color HEX #EDD3AC Givry

📋 copy color: '#EDD3AC'

red 237 ◦ green 211 ◦ blue 172

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

Shades of Givry #EDD3AC

Tints of Givry #EDD3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.03%

 BLUE value IS 172 (67.58% from 255) = 27.74%

R = 38.23%
G = 34.03%
B = 27.74%

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

#EDD3AC (or 0xEDD3AC) is known color: Givry. HEX triplet: ED, D3 and AC. RGB value is (237,211,172). Sum of RGB (Red+Green+Blue) = 237+211+172=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3AC is #122C53. Grayscale: #D6D6D6. Windows color (decimal): -1190996 or 11326445. OLE color: 11326445.

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

Color convert

RGB 237 211 172 -
CMYK 0 0.11 0.27 0.07
HSL 36º 0.64% 0.8% -
HSV(B) 36º 0.27% 0.93% -
XYZ 65.67 67.57 48.61 -
YUV 214.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 237 211 172 0 0.11 0.27 0.07 36 0.64 0.8
Hex ED D3 AC 0 B 1B 7 24 40 50
Octal 355 323 254 0 13 33 7 44 100 120
Binary 11101101 11010011 10101100 0 1011 11011 111 100100 1000000 1010000

Color Harmonies of #EDD3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3AC

Black with #EDD3AC

Text Example


Text Example

White with #EDD3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3AC; }

 p { color: rgb(237,211,172); }

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

background-color css

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

 a { background-color: rgb(237,211,172); }

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

border-color css

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

 span { border-color: rgb(237,211,172); }

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