#EADA97

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

Shades of Splash #EADA97

Tints of Splash #EADA97

Color information

#EADA97 (or 0xEADA97) is unknown color: approx Splash. HEX triplet: EA, DA and 97. RGB value is (234,218,151). Sum of RGB (Red+Green+Blue) = 234+218+151=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA97 is #152568. Grayscale: #D7D7D7. Windows color (decimal): -1385833 or 9951978. OLE color: 9951978.

HSL color Cylindrical-coordinate representation of color #EADA97: hue angle of 48.43º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EADA97 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234218151-
CMYK00.070.350.08
HSL48.43º66.4%75.49%-
HSV(B)48.43º35.47%91.76%-
XYZ64.5969.8739.36-
YUV215.1591.8141.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 151 (59.38% from 255) = 25.04%
R=38.81%
G=36.15%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421815100.070.350.0848.4366.475.49
HexEADA970723830424b
Octal35233222707431060102113
Binary1110101011011010100101110111100011100011000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA97; }

 p { color: rgb(234,218,151); }

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

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

 a { background-color: rgb(234,218,151); }

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

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

 span { border-color: rgb(234,218,151); }

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