#EED0AD

Color #EED0AD Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #EED0AD

Tints of Givry #EED0AD

Color information

#EED0AD (or 0xEED0AD) is unknown color: approx Givry. HEX triplet: EE, D0 and AD. RGB value is (238,208,173). Sum of RGB (Red+Green+Blue) = 238+208+173=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED0AD is #112F52. Grayscale: #D5D5D5. Windows color (decimal): -1126227 or 11391214. OLE color: 11391214.

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

Color convert

RGB238208173-
CMYK00.130.270.07
HSL32.31º65.66%80.59%-
HSV(B)32.31º27.31%93.33%-
XYZ65.3666.3148.89-
YUV212.98105.44145.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=38.45%
G=33.60%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820817300.130.270.0732.3165.6680.59
HexEED0AD0D1B7204251
Octal35632025501533740102121
Binary111011101101000010101101011011101111110000010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0AD; }

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

 H1.HeaderClassName
 {
   color: #EED0AD;
 }
 .AnyTagClassName
 {
   color: #EED0AD;
 }
</style>
background-color css

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

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

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

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

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

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