Html Css Color HEX #EED893 Splash

📋 copy color: '#EED893'

red 238 ◦ green 216 ◦ blue 147

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

Shades of Splash #EED893

Tints of Splash #EED893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.46%

R = 39.6%
G = 35.94%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EED893 (or 0xEED893) is known color: Splash. HEX triplet: EE, D8 and 93. RGB value is (238,216,147). Sum of RGB (Red+Green+Blue) = 238+216+147=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED893 is #11276C. Grayscale: #D7D7D7. Windows color (decimal): -1124205 or 9689326. OLE color: 9689326.

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

Color convert

RGB 238 216 147 -
CMYK 0 0.09 0.38 0.07
HSL 45.49º 0.73% 0.75% -
HSV(B) 45.49º 0.38% 0.93% -
XYZ 65.08 69.4 37.57 -
YUV 214.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 238 216 147 0 0.09 0.38 0.07 45.49 0.73 0.75
Hex EE D8 93 0 9 26 7 2D 49 4B
Octal 356 330 223 0 11 46 7 55 111 113
Binary 11101110 11011000 10010011 0 1001 100110 111 101101 1001001 1001011

Color Harmonies of #EED893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED893

Black with #EED893

Text Example


Text Example

White with #EED893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED893; }

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

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

background-color css

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

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

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

border-color css

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

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

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