Html Css Color HEX #EED49E Splash

📋 copy color: '#EED49E'

red 238 ◦ green 212 ◦ blue 158

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

Shades of Splash #EED49E

Tints of Splash #EED49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.99%

R = 39.14%
G = 34.87%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EED49E (or 0xEED49E) is known color: Splash. HEX triplet: EE, D4 and 9E. RGB value is (238,212,158). Sum of RGB (Red+Green+Blue) = 238+212+158=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EED49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED49E is #112B61. Grayscale: #D5D5D5. Windows color (decimal): -1125218 or 10409198. OLE color: 10409198.

HSL color Cylindrical-coordinate representation of color #EED49E: hue angle of 40.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EED49E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 158 -
CMYK 0 0.11 0.34 0.07
HSL 40.5º 0.7% 0.78% -
HSV(B) 40.5º 0.34% 0.93% -
XYZ 64.97 67.73 42 -
YUV 213.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 238 212 158 0 0.11 0.34 0.07 40.5 0.7 0.78
Hex EE D4 9E 0 B 22 7 28 46 4E
Octal 356 324 236 0 13 42 7 50 106 116
Binary 11101110 11010100 10011110 0 1011 100010 111 101000 1000110 1001110

Color Harmonies of #EED49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED49E

Black with #EED49E

Text Example


Text Example

White with #EED49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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