Html Css Color HEX #EED89C Splash

📋 copy color: '#EED89C'

red 238 ◦ green 216 ◦ blue 156

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

Shades of Splash #EED89C

Tints of Splash #EED89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.57%

R = 39.02%
G = 35.41%
B = 25.57%

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

#EED89C (or 0xEED89C) is known color: Splash. HEX triplet: EE, D8 and 9C. RGB value is (238,216,156). Sum of RGB (Red+Green+Blue) = 238+216+156=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EED89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED89C is #112763. Grayscale: #D7D7D7. Windows color (decimal): -1124196 or 10279150. OLE color: 10279150.

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

Color convert

RGB 238 216 156 -
CMYK 0 0.09 0.34 0.07
HSL 43.9º 0.71% 0.77% -
HSV(B) 43.9º 0.34% 0.93% -
XYZ 65.82 69.69 41.43 -
YUV 215.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 238 216 156 0 0.09 0.34 0.07 43.9 0.71 0.77
Hex EE D8 9C 0 9 22 7 2C 47 4D
Octal 356 330 234 0 11 42 7 54 107 115
Binary 11101110 11011000 10011100 0 1001 100010 111 101100 1000111 1001101

Color Harmonies of #EED89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED89C

Black with #EED89C

Text Example


Text Example

White with #EED89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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