Html Css Color HEX #EED994 Splash

📋 copy color: '#EED994'

red 238 ◦ green 217 ◦ blue 148

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

Shades of Splash #EED994

Tints of Splash #EED994

RGB

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

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

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

R = 39.47%
G = 35.99%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EED994 (or 0xEED994) is known color: Splash. HEX triplet: EE, D9 and 94. RGB value is (238,217,148). Sum of RGB (Red+Green+Blue) = 238+217+148=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED994 is #11266B. Grayscale: #D7D7D7. Windows color (decimal): -1123948 or 9755118. OLE color: 9755118.

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

Color convert

RGB 238 217 148 -
CMYK 0 0.09 0.38 0.07
HSL 46º 0.73% 0.76% -
HSV(B) 46º 0.38% 0.93% -
XYZ 65.42 69.94 38.07 -
YUV 215.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 238 217 148 0 0.09 0.38 0.07 46 0.73 0.76
Hex EE D9 94 0 9 26 7 2E 49 4C
Octal 356 331 224 0 11 46 7 56 111 114
Binary 11101110 11011001 10010100 0 1001 100110 111 101110 1001001 1001100

Color Harmonies of #EED994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED994

Black with #EED994

Text Example


Text Example

White with #EED994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED994; }

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

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

background-color css

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

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

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

border-color css

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

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

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