Html Css Color HEX #EED494 Splash

📋 copy color: '#EED494'

red 238 ◦ green 212 ◦ blue 148

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

Shades of Splash #EED494

Tints of Splash #EED494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.45%

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

R = 39.8%
G = 35.45%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EED494 (or 0xEED494) is known color: Splash. HEX triplet: EE, D4 and 94. RGB value is (238,212,148). Sum of RGB (Red+Green+Blue) = 238+212+148=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EED494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED494 is #112B6B. Grayscale: #D4D4D4. Windows color (decimal): -1125228 or 9753838. OLE color: 9753838.

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

Color convert

RGB 238 212 148 -
CMYK 0 0.11 0.38 0.07
HSL 42.67º 0.73% 0.76% -
HSV(B) 42.67º 0.38% 0.93% -
XYZ 64.15 67.4 37.65 -
YUV 212.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 238 212 148 0 0.11 0.38 0.07 42.67 0.73 0.76
Hex EE D4 94 0 B 26 7 2B 49 4C
Octal 356 324 224 0 13 46 7 53 111 114
Binary 11101110 11010100 10010100 0 1011 100110 111 101011 1001001 1001100

Color Harmonies of #EED494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED494

Black with #EED494

Text Example


Text Example

White with #EED494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED494; }

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

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

background-color css

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

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

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

border-color css

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

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

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