Html Css Color HEX #EDD6AC Givry

📋 copy color: '#EDD6AC'

red 237 ◦ green 214 ◦ blue 172

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

Shades of Givry #EDD6AC

Tints of Givry #EDD6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.35%

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

R = 38.04%
G = 34.35%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDD6AC (or 0xEDD6AC) is known color: Givry. HEX triplet: ED, D6 and AC. RGB value is (237,214,172). Sum of RGB (Red+Green+Blue) = 237+214+172=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD6AC is #122953. Grayscale: #D8D8D8. Windows color (decimal): -1190228 or 11327213. OLE color: 11327213.

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

Color convert

RGB 237 214 172 -
CMYK 0 0.10 0.27 0.07
HSL 38.77º 0.64% 0.8% -
HSV(B) 38.77º 0.27% 0.93% -
XYZ 66.42 69.08 48.86 -
YUV 216.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 237 214 172 0 0.10 0.27 0.07 38.77 0.64 0.8
Hex ED D6 AC 0 A 1B 7 27 40 50
Octal 355 326 254 0 12 33 7 47 100 120
Binary 11101101 11010110 10101100 0 1010 11011 111 100111 1000000 1010000

Color Harmonies of #EDD6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6AC

Black with #EDD6AC

Text Example


Text Example

White with #EDD6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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