Html Css Color HEX #EEDA95 Splash

📋 copy color: '#EEDA95'

red 238 ◦ green 218 ◦ blue 149

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

Shades of Splash #EEDA95

Tints of Splash #EEDA95

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

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

R = 39.34%
G = 36.03%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEDA95 (or 0xEEDA95) is known color: Splash. HEX triplet: EE, DA and 95. RGB value is (238,218,149). Sum of RGB (Red+Green+Blue) = 238+218+149=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA95 is #11256A. Grayscale: #D8D8D8. Windows color (decimal): -1123691 or 9820910. OLE color: 9820910.

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

Color convert

RGB 238 218 149 -
CMYK 0 0.08 0.37 0.07
HSL 46.52º 0.72% 0.76% -
HSV(B) 46.52º 0.37% 0.93% -
XYZ 65.76 70.49 38.57 -
YUV 216.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 238 218 149 0 0.08 0.37 0.07 46.52 0.72 0.76
Hex EE DA 95 0 8 25 7 2F 48 4C
Octal 356 332 225 0 10 45 7 57 110 114
Binary 11101110 11011010 10010101 0 1000 100101 111 101111 1001000 1001100

Color Harmonies of #EEDA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA95

Black with #EEDA95

Text Example


Text Example

White with #EEDA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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