Html Css Color HEX #EED699 Splash

📋 copy color: '#EED699'

red 238 ◦ green 214 ◦ blue 153

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

Shades of Splash #EED699

Tints of Splash #EED699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.37%

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

R = 39.34%
G = 35.37%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EED699 (or 0xEED699) is known color: Splash. HEX triplet: EE, D6 and 99. RGB value is (238,214,153). Sum of RGB (Red+Green+Blue) = 238+214+153=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED699 is #112966. Grayscale: #D6D6D6. Windows color (decimal): -1124711 or 10082030. OLE color: 10082030.

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

Color convert

RGB 238 214 153 -
CMYK 0 0.10 0.36 0.07
HSL 43.06º 0.71% 0.77% -
HSV(B) 43.06º 0.36% 0.93% -
XYZ 65.06 68.57 39.94 -
YUV 214.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 238 214 153 0 0.10 0.36 0.07 43.06 0.71 0.77
Hex EE D6 99 0 A 24 7 2B 47 4D
Octal 356 326 231 0 12 44 7 53 107 115
Binary 11101110 11010110 10011001 0 1010 100100 111 101011 1000111 1001101

Color Harmonies of #EED699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED699

Black with #EED699

Text Example


Text Example

White with #EED699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED699; }

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

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

background-color css

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

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

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

border-color css

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

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

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