#EED397

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

Shades of Splash #EED397

Tints of Splash #EED397

Color information

#EED397 (or 0xEED397) is unknown color: approx Splash. HEX triplet: EE, D3 and 97. RGB value is (238,211,151). Sum of RGB (Red+Green+Blue) = 238+211+151=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EED397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED397 is #112C68. Grayscale: #D4D4D4. Windows color (decimal): -1125481 or 9950190. OLE color: 9950190.

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

Color convert

RGB238211151-
CMYK00.110.370.07
HSL41.38º71.9%76.27%-
HSV(B)41.38º36.55%93.33%-
XYZ64.146738.83-
YUV212.2393.45146.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=39.67%
G=35.17%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821115100.110.370.0741.3871.976.27
HexEED3970B25729484c
Octal35632322701345751110114
Binary1110111011010011100101110101110010111110100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED397; }

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

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

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

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

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

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

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

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