Html Css Color HEX #EED2AC Givry

📋 copy color: '#EED2AC'

red 238 ◦ green 210 ◦ blue 172

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

Shades of Givry #EED2AC

Tints of Givry #EED2AC

RGB

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

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

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

R = 38.39%
G = 33.87%
B = 27.74%

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

#EED2AC (or 0xEED2AC) is known color: Givry. HEX triplet: EE, D2 and AC. RGB value is (238,210,172). Sum of RGB (Red+Green+Blue) = 238+210+172=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED2AC is #112D53. Grayscale: #D6D6D6. Windows color (decimal): -1125716 or 11326190. OLE color: 11326190.

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

Color convert

RGB 238 210 172 -
CMYK 0 0.12 0.28 0.07
HSL 34.55º 0.66% 0.8% -
HSV(B) 34.55º 0.28% 0.93% -
XYZ 65.75 67.25 48.54 -
YUV 214.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 238 210 172 0 0.12 0.28 0.07 34.55 0.66 0.8
Hex EE D2 AC 0 C 1C 7 23 42 50
Octal 356 322 254 0 14 34 7 43 102 120
Binary 11101110 11010010 10101100 0 1100 11100 111 100011 1000010 1010000

Color Harmonies of #EED2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2AC

Black with #EED2AC

Text Example


Text Example

White with #EED2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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