Html Css Color HEX #EEDD99 Splash

📋 copy color: '#EEDD99'

red 238 ◦ green 221 ◦ blue 153

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

Shades of Splash #EEDD99

Tints of Splash #EEDD99

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.11%

 BLUE value IS 153 (60.16% from 255) = 25%

R = 38.89%
G = 36.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EEDD99 (or 0xEEDD99) is known color: Splash. HEX triplet: EE, DD and 99. RGB value is (238,221,153). Sum of RGB (Red+Green+Blue) = 238+221+153=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD99 is #112266. Grayscale: #DADADA. Windows color (decimal): -1122919 or 10083822. OLE color: 10083822.

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

Color convert

RGB 238 221 153 -
CMYK 0 0.07 0.36 0.07
HSL 48º 0.71% 0.77% -
HSV(B) 48º 0.36% 0.93% -
XYZ 66.87 72.19 40.55 -
YUV 218.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 238 221 153 0 0.07 0.36 0.07 48 0.71 0.77
Hex EE DD 99 0 7 24 7 30 47 4D
Octal 356 335 231 0 7 44 7 60 107 115
Binary 11101110 11011101 10011001 0 111 100100 111 110000 1000111 1001101

Color Harmonies of #EEDD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD99

Black with #EEDD99

Text Example


Text Example

White with #EEDD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD99; }

 p { color: rgb(238,221,153); }

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

background-color css

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

 a { background-color: rgb(238,221,153); }

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

border-color css

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

 span { border-color: rgb(238,221,153); }

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