Html Css Color HEX #EED993 Splash

📋 copy color: '#EED993'

red 238 ◦ green 217 ◦ blue 147

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

Shades of Splash #EED993

Tints of Splash #EED993

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.05%

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

R = 39.53%
G = 36.05%
B = 24.42%

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

#EED993 (or 0xEED993) is known color: Splash. HEX triplet: EE, D9 and 93. RGB value is (238,217,147). Sum of RGB (Red+Green+Blue) = 238+217+147=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EED993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED993 is #11266C. Grayscale: #D7D7D7. Windows color (decimal): -1123949 or 9689582. OLE color: 9689582.

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

Color convert

RGB 238 217 147 -
CMYK 0 0.09 0.38 0.07
HSL 46.15º 0.73% 0.75% -
HSV(B) 46.15º 0.38% 0.93% -
XYZ 65.34 69.91 37.65 -
YUV 215.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 238 217 147 0 0.09 0.38 0.07 46.15 0.73 0.75
Hex EE D9 93 0 9 26 7 2E 49 4B
Octal 356 331 223 0 11 46 7 56 111 113
Binary 11101110 11011001 10010011 0 1001 100110 111 101110 1001001 1001011

Color Harmonies of #EED993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED993

Black with #EED993

Text Example


Text Example

White with #EED993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED993; }

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

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

background-color css

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

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

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

border-color css

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

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

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