Html Css Color HEX #EED89D Splash

📋 copy color: '#EED89D'

red 238 ◦ green 216 ◦ blue 157

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

Shades of Splash #EED89D

Tints of Splash #EED89D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.7%

R = 38.95%
G = 35.35%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EED89D (or 0xEED89D) is known color: Splash. HEX triplet: EE, D8 and 9D. RGB value is (238,216,157). Sum of RGB (Red+Green+Blue) = 238+216+157=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EED89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED89D is #112762. Grayscale: #D8D8D8. Windows color (decimal): -1124195 or 10344686. OLE color: 10344686.

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

Color convert

RGB 238 216 157 -
CMYK 0 0.09 0.34 0.07
HSL 43.7º 0.7% 0.77% -
HSV(B) 43.7º 0.34% 0.93% -
XYZ 65.9 69.72 41.88 -
YUV 215.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 238 216 157 0 0.09 0.34 0.07 43.7 0.7 0.77
Hex EE D8 9D 0 9 22 7 2C 46 4D
Octal 356 330 235 0 11 42 7 54 106 115
Binary 11101110 11011000 10011101 0 1001 100010 111 101100 1000110 1001101

Color Harmonies of #EED89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED89D

Black with #EED89D

Text Example


Text Example

White with #EED89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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