#EADB98

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

Shades of Splash #EADB98

Tints of Splash #EADB98

Color information

#EADB98 (or 0xEADB98) is unknown color: approx Splash. HEX triplet: EA, DB and 98. RGB value is (234,219,152). Sum of RGB (Red+Green+Blue) = 234+219+152=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB98 is #152467. Grayscale: #D8D8D8. Windows color (decimal): -1385576 or 10017770. OLE color: 10017770.

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

Color convert

RGB234219152-
CMYK00.060.350.08
HSL49.02º66.13%75.69%-
HSV(B)49.02º35.04%91.76%-
XYZ64.9370.4239.88-
YUV215.8591.97140.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 152 (59.77% from 255) = 25.12%
R=38.68%
G=36.20%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421915200.060.350.0849.0266.1375.69
HexEADB980623831424c
Octal35233323006431061102114
Binary1110101011011011100110000110100011100011000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB98; }

 p { color: rgb(234,219,152); }

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

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

 a { background-color: rgb(234,219,152); }

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

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

 span { border-color: rgb(234,219,152); }

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