#EED79A

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

Shades of Splash #EED79A

Tints of Splash #EED79A

Color information

#EED79A (or 0xEED79A) is unknown color: approx Splash. HEX triplet: EE, D7 and 9A. RGB value is (238,215,154). Sum of RGB (Red+Green+Blue) = 238+215+154=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED79A is #112865. Grayscale: #D7D7D7. Windows color (decimal): -1124454 or 10147822. OLE color: 10147822.

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

Color convert

RGB238215154-
CMYK00.100.350.07
HSL43.57º71.19%76.86%-
HSV(B)43.57º35.29%93.33%-
XYZ65.3969.1140.47-
YUV214.9293.62144.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=39.21%
G=35.42%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821515400.100.350.0743.5771.1976.86
HexEED79A0A2372c474d
Octal35632723201243754107115
Binary1110111011010111100110100101010001111110110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED79A; }

 p { color: rgb(238,215,154); }

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

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

 a { background-color: rgb(238,215,154); }

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

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

 span { border-color: rgb(238,215,154); }

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