Html Css Color HEX #EED995 Splash

📋 copy color: '#EED995'

red 238 ◦ green 217 ◦ blue 149

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

Shades of Splash #EED995

Tints of Splash #EED995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.93%

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

R = 39.4%
G = 35.93%
B = 24.67%

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

#EED995 (or 0xEED995) is known color: Splash. HEX triplet: EE, D9 and 95. RGB value is (238,217,149). Sum of RGB (Red+Green+Blue) = 238+217+149=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED995 is #11266A. Grayscale: #D7D7D7. Windows color (decimal): -1123947 or 9820654. OLE color: 9820654.

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

Color convert

RGB 238 217 149 -
CMYK 0 0.09 0.37 0.07
HSL 45.84º 0.72% 0.76% -
HSV(B) 45.84º 0.37% 0.93% -
XYZ 65.5 69.97 38.49 -
YUV 215.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 238 217 149 0 0.09 0.37 0.07 45.84 0.72 0.76
Hex EE D9 95 0 9 25 7 2E 48 4C
Octal 356 331 225 0 11 45 7 56 110 114
Binary 11101110 11011001 10010101 0 1001 100101 111 101110 1001000 1001100

Color Harmonies of #EED995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED995

Black with #EED995

Text Example


Text Example

White with #EED995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED995; }

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

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

background-color css

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

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

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

border-color css

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

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

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