Html Css Color HEX #EED4AD Givry

📋 copy color: '#EED4AD'

red 238 ◦ green 212 ◦ blue 173

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

Shades of Givry #EED4AD

Tints of Givry #EED4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.03%

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

R = 38.2%
G = 34.03%
B = 27.77%

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

#EED4AD (or 0xEED4AD) is known color: Givry. HEX triplet: EE, D4 and AD. RGB value is (238,212,173). Sum of RGB (Red+Green+Blue) = 238+212+173=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4AD is #112B52. Grayscale: #D7D7D7. Windows color (decimal): -1125203 or 11392238. OLE color: 11392238.

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

Color convert

RGB 238 212 173 -
CMYK 0 0.11 0.27 0.07
HSL 36º 0.66% 0.81% -
HSV(B) 36º 0.27% 0.93% -
XYZ 66.35 68.28 49.22 -
YUV 215.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 238 212 173 0 0.11 0.27 0.07 36 0.66 0.81
Hex EE D4 AD 0 B 1B 7 24 42 51
Octal 356 324 255 0 13 33 7 44 102 121
Binary 11101110 11010100 10101101 0 1011 11011 111 100100 1000010 1010001

Color Harmonies of #EED4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4AD

Black with #EED4AD

Text Example


Text Example

White with #EED4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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