Html Css Color HEX #EED89A Splash

📋 copy color: '#EED89A'

red 238 ◦ green 216 ◦ blue 154

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

Shades of Splash #EED89A

Tints of Splash #EED89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.33%

R = 39.14%
G = 35.53%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EED89A (or 0xEED89A) is known color: Splash. HEX triplet: EE, D8 and 9A. RGB value is (238,216,154). Sum of RGB (Red+Green+Blue) = 238+216+154=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EED89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED89A is #112765. Grayscale: #D7D7D7. Windows color (decimal): -1124198 or 10148078. OLE color: 10148078.

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

Color convert

RGB 238 216 154 -
CMYK 0 0.09 0.35 0.07
HSL 44.29º 0.71% 0.77% -
HSV(B) 44.29º 0.35% 0.93% -
XYZ 65.65 69.62 40.55 -
YUV 215.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 238 216 154 0 0.09 0.35 0.07 44.29 0.71 0.77
Hex EE D8 9A 0 9 23 7 2C 47 4D
Octal 356 330 232 0 11 43 7 54 107 115
Binary 11101110 11011000 10011010 0 1001 100011 111 101100 1000111 1001101

Color Harmonies of #EED89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED89A

Black with #EED89A

Text Example


Text Example

White with #EED89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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