Html Css Color HEX #EED1AC Givry

📋 copy color: '#EED1AC'

red 238 ◦ green 209 ◦ blue 172

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

Shades of Givry #EED1AC

Tints of Givry #EED1AC

RGB

 RED value IS 238 (93.36% from 255) = 38.45%

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

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

R = 38.45%
G = 33.76%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EED1AC (or 0xEED1AC) is known color: Givry. HEX triplet: EE, D1 and AC. RGB value is (238,209,172). Sum of RGB (Red+Green+Blue) = 238+209+172=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED1AC is #112E53. Grayscale: #D5D5D5. Windows color (decimal): -1125972 or 11325934. OLE color: 11325934.

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

Color convert

RGB 238 209 172 -
CMYK 0 0.12 0.28 0.07
HSL 33.64º 0.66% 0.8% -
HSV(B) 33.64º 0.28% 0.93% -
XYZ 65.51 66.76 48.46 -
YUV 213.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 238 209 172 0 0.12 0.28 0.07 33.64 0.66 0.8
Hex EE D1 AC 0 C 1C 7 22 42 50
Octal 356 321 254 0 14 34 7 42 102 120
Binary 11101110 11010001 10101100 0 1100 11100 111 100010 1000010 1010000

Color Harmonies of #EED1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1AC

Black with #EED1AC

Text Example


Text Example

White with #EED1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1AC; }

 p { color: rgb(238,209,172); }

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

background-color css

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

 a { background-color: rgb(238,209,172); }

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

border-color css

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

 span { border-color: rgb(238,209,172); }

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