#EED6AF

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

Shades of Givry #EED6AF

Tints of Givry #EED6AF

Color information

#EED6AF (or 0xEED6AF) is unknown color: approx Givry. HEX triplet: EE, D6 and AF. RGB value is (238,214,175). Sum of RGB (Red+Green+Blue) = 238+214+175=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED6AF is #112950. Grayscale: #D8D8D8. Windows color (decimal): -1124689 or 11523822. OLE color: 11523822.

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

Color convert

RGB238214175-
CMYK00.100.260.07
HSL37.14º64.95%80.98%-
HSV(B)37.14º26.47%93.33%-
XYZ67.0469.3750.41-
YUV216.73104.45143.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=37.96%
G=34.13%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821417500.100.260.0737.1464.9580.98
HexEED6AF0A1A7254151
Octal35632625701232745101121
Binary111011101101011010101111010101101011110010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6AF; }

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

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

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

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

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

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

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

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