Html Css Color HEX #EEDA94 Splash

📋 copy color: '#EEDA94'

red 238 ◦ green 218 ◦ blue 148

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

Shades of Splash #EEDA94

Tints of Splash #EEDA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.5%

R = 39.4%
G = 36.09%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEDA94 (or 0xEEDA94) is known color: Splash. HEX triplet: EE, DA and 94. RGB value is (238,218,148). Sum of RGB (Red+Green+Blue) = 238+218+148=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA94 is #11256B. Grayscale: #D8D8D8. Windows color (decimal): -1123692 or 9755374. OLE color: 9755374.

HSL color Cylindrical-coordinate representation of color #EEDA94: hue angle of 46.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEDA94 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 148 -
CMYK 0 0.08 0.38 0.07
HSL 46.67º 0.73% 0.76% -
HSV(B) 46.67º 0.38% 0.93% -
XYZ 65.68 70.46 38.16 -
YUV 216 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 238 218 148 0 0.08 0.38 0.07 46.67 0.73 0.76
Hex EE DA 94 0 8 26 7 2F 49 4C
Octal 356 332 224 0 10 46 7 57 111 114
Binary 11101110 11011010 10010100 0 1000 100110 111 101111 1001001 1001100

Color Harmonies of #EEDA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA94

Black with #EEDA94

Text Example


Text Example

White with #EEDA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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