Html Css Color HEX #EED894 Splash

📋 copy color: '#EED894'

red 238 ◦ green 216 ◦ blue 148

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

Shades of Splash #EED894

Tints of Splash #EED894

RGB

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

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

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

R = 39.53%
G = 35.88%
B = 24.58%

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

#EED894 (or 0xEED894) is known color: Splash. HEX triplet: EE, D8 and 94. RGB value is (238,216,148). Sum of RGB (Red+Green+Blue) = 238+216+148=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EED894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED894 is #11276B. Grayscale: #D7D7D7. Windows color (decimal): -1124204 or 9754862. OLE color: 9754862.

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

Color convert

RGB 238 216 148 -
CMYK 0 0.09 0.38 0.07
HSL 45.33º 0.73% 0.76% -
HSV(B) 45.33º 0.38% 0.93% -
XYZ 65.16 69.43 37.98 -
YUV 214.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 238 216 148 0 0.09 0.38 0.07 45.33 0.73 0.76
Hex EE D8 94 0 9 26 7 2D 49 4C
Octal 356 330 224 0 11 46 7 55 111 114
Binary 11101110 11011000 10010100 0 1001 100110 111 101101 1001001 1001100

Color Harmonies of #EED894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED894

Black with #EED894

Text Example


Text Example

White with #EED894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED894; }

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

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

background-color css

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

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

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

border-color css

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

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

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