#EED697

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

Shades of Splash #EED697

Tints of Splash #EED697

Color information

#EED697 (or 0xEED697) is unknown color: approx Splash. HEX triplet: EE, D6 and 97. RGB value is (238,214,151). Sum of RGB (Red+Green+Blue) = 238+214+151=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED697 is #112968. Grayscale: #D6D6D6. Windows color (decimal): -1124713 or 9950958. OLE color: 9950958.

HSL color Cylindrical-coordinate representation of color #EED697: hue angle of 43.45º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EED697 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238214151-
CMYK00.100.370.07
HSL43.45º71.9%76.27%-
HSV(B)43.45º36.55%93.33%-
XYZ64.8968.539.08-
YUV213.9992.45145.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 151 (59.38% from 255) = 25.04%
R=39.47%
G=35.49%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821415100.100.370.0743.4571.976.27
HexEED6970A2572b484c
Octal35632622701245753110114
Binary1110111011010110100101110101010010111110101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED697; }

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

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

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

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

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

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

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

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