Html Css Color HEX #EED6AD Givry

📋 copy color: '#EED6AD'

red 238 ◦ green 214 ◦ blue 173

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

Shades of Givry #EED6AD

Tints of Givry #EED6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.68%

R = 38.08%
G = 34.24%
B = 27.68%

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

#EED6AD (or 0xEED6AD) is known color: Givry. HEX triplet: EE, D6 and AD. RGB value is (238,214,173). Sum of RGB (Red+Green+Blue) = 238+214+173=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED6AD is #112952. Grayscale: #D8D8D8. Windows color (decimal): -1124691 or 11392750. OLE color: 11392750.

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

Color convert

RGB 238 214 173 -
CMYK 0 0.10 0.27 0.07
HSL 37.85º 0.66% 0.81% -
HSV(B) 37.85º 0.27% 0.93% -
XYZ 66.85 69.29 49.39 -
YUV 216.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 238 214 173 0 0.10 0.27 0.07 37.85 0.66 0.81
Hex EE D6 AD 0 A 1B 7 26 42 51
Octal 356 326 255 0 12 33 7 46 102 121
Binary 11101110 11010110 10101101 0 1010 11011 111 100110 1000010 1010001

Color Harmonies of #EED6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6AD

Black with #EED6AD

Text Example


Text Example

White with #EED6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6AD; }

 p { color: rgb(238,214,173); }

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

background-color css

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

 a { background-color: rgb(238,214,173); }

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

border-color css

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

 span { border-color: rgb(238,214,173); }

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