Html Css Color HEX #EED89F Splash

📋 copy color: '#EED89F'

red 238 ◦ green 216 ◦ blue 159

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

Shades of Splash #EED89F

Tints of Splash #EED89F

RGB

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

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

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

R = 38.83%
G = 35.24%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EED89F (or 0xEED89F) is known color: Splash. HEX triplet: EE, D8 and 9F. RGB value is (238,216,159). Sum of RGB (Red+Green+Blue) = 238+216+159=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EED89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED89F is #112760. Grayscale: #D8D8D8. Windows color (decimal): -1124193 or 10475758. OLE color: 10475758.

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

Color convert

RGB 238 216 159 -
CMYK 0 0.09 0.33 0.07
HSL 43.29º 0.7% 0.78% -
HSV(B) 43.29º 0.33% 0.93% -
XYZ 66.07 69.79 42.79 -
YUV 216.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 238 216 159 0 0.09 0.33 0.07 43.29 0.7 0.78
Hex EE D8 9F 0 9 21 7 2B 46 4E
Octal 356 330 237 0 11 41 7 53 106 116
Binary 11101110 11011000 10011111 0 1001 100001 111 101011 1000110 1001110

Color Harmonies of #EED89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED89F

Black with #EED89F

Text Example


Text Example

White with #EED89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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