#EEAFAD

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

Shades of Sundown #EEAFAD

Tints of Sundown #EEAFAD

Color information

#EEAFAD (or 0xEEAFAD) is unknown color: approx Sundown. HEX triplet: EE, AF and AD. RGB value is (238,175,173). Sum of RGB (Red+Green+Blue) = 238+175+173=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFAD is #115052. Grayscale: #C1C1C1. Windows color (decimal): -1134675 or 11382766. OLE color: 11382766.

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

Color convert

RGB238175173-
CMYK00.260.270.07
HSL1.85º65.66%80.59%-
HSV(B)1.85º27.31%93.33%-
XYZ58.1351.8546.48-
YUV193.61116.37159.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.61%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=40.61%
G=29.86%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817517300.260.270.071.8565.6680.59
HexEEAFAD01A1B724251
Octal3562572550323372102121
Binary111011101010111110101101011010110111111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFAD; }

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

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

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

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

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

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

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

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