Html Css Color HEX #EED49F Splash

📋 copy color: '#EED49F'

red 238 ◦ green 212 ◦ blue 159

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

Shades of Splash #EED49F

Tints of Splash #EED49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.11%

R = 39.08%
G = 34.81%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EED49F (or 0xEED49F) is known color: Splash. HEX triplet: EE, D4 and 9F. RGB value is (238,212,159). Sum of RGB (Red+Green+Blue) = 238+212+159=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EED49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED49F is #112B60. Grayscale: #D5D5D5. Windows color (decimal): -1125217 or 10474734. OLE color: 10474734.

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

Color convert

RGB 238 212 159 -
CMYK 0 0.11 0.33 0.07
HSL 40.25º 0.7% 0.78% -
HSV(B) 40.25º 0.33% 0.93% -
XYZ 65.06 67.77 42.45 -
YUV 213.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 238 212 159 0 0.11 0.33 0.07 40.25 0.7 0.78
Hex EE D4 9F 0 B 21 7 28 46 4E
Octal 356 324 237 0 13 41 7 50 106 116
Binary 11101110 11010100 10011111 0 1011 100001 111 101000 1000110 1001110

Color Harmonies of #EED49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED49F

Black with #EED49F

Text Example


Text Example

White with #EED49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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