Html Css Color HEX #EED895 Splash

📋 copy color: '#EED895'

red 238 ◦ green 216 ◦ blue 149

#EED895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Splash #EED895

Tints of Splash #EED895

RGB

 RED value IS 238 (93.36% from 255) = 39.47%

 GREEN value IS 216 (84.77% from 255) = 35.82%

 BLUE value IS 149 (58.59% from 255) = 24.71%

R = 39.47%
G = 35.82%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EED895 (or 0xEED895) is known color: Splash. HEX triplet: EE, D8 and 95. RGB value is (238,216,149). Sum of RGB (Red+Green+Blue) = 238+216+149=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED895 is #11276A. Grayscale: #D7D7D7. Windows color (decimal): -1124203 or 9820398. OLE color: 9820398.

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

Color convert

RGB 238 216 149 -
CMYK 0 0.09 0.37 0.07
HSL 45.17º 0.72% 0.76% -
HSV(B) 45.17º 0.37% 0.93% -
XYZ 65.24 69.46 38.4 -
YUV 214.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 238 216 149 0 0.09 0.37 0.07 45.17 0.72 0.76
Hex EE D8 95 0 9 25 7 2D 48 4C
Octal 356 330 225 0 11 45 7 55 110 114
Binary 11101110 11011000 10010101 0 1001 100101 111 101101 1001000 1001100

Color Harmonies of #EED895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED895

Black with #EED895

Text Example


Text Example

White with #EED895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED895; }

 p { color: rgb(238,216,149); }

 H1.HeaderClassName
 {
   color: #EED895;
 }
 .AnyTagClassName
 {
   color: #EED895;
 }
</style>

background-color css

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

 a { background-color: rgb(238,216,149); }

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

border-color css

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

 span { border-color: rgb(238,216,149); }

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