#EED8AF

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

Shades of Givry #EED8AF

Tints of Givry #EED8AF

Color information

#EED8AF (or 0xEED8AF) is unknown color: approx Givry. HEX triplet: EE, D8 and AF. RGB value is (238,216,175). Sum of RGB (Red+Green+Blue) = 238+216+175=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED8AF is #112750. Grayscale: #DADADA. Windows color (decimal): -1124177 or 11524334. OLE color: 11524334.

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

Color convert

RGB238216175-
CMYK00.090.260.07
HSL39.05º64.95%80.98%-
HSV(B)39.05º26.47%93.33%-
XYZ67.5570.3850.58-
YUV217.9103.79142.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=37.84%
G=34.34%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821617500.090.260.0739.0564.9580.98
HexEED8AF091A7274151
Octal35633025701132747101121
Binary111011101101100010101111010011101011110011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8AF; }

 p { color: rgb(238,216,175); }

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

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

 a { background-color: rgb(238,216,175); }

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

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

 span { border-color: rgb(238,216,175); }

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