Html Css Color HEX #EED69E Splash

📋 copy color: '#EED69E'

red 238 ◦ green 214 ◦ blue 158

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

Shades of Splash #EED69E

Tints of Splash #EED69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.9%

R = 39.02%
G = 35.08%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EED69E (or 0xEED69E) is known color: Splash. HEX triplet: EE, D6 and 9E. RGB value is (238,214,158). Sum of RGB (Red+Green+Blue) = 238+214+158=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EED69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED69E is #112961. Grayscale: #D7D7D7. Windows color (decimal): -1124706 or 10409710. OLE color: 10409710.

HSL color Cylindrical-coordinate representation of color #EED69E: hue angle of 42º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EED69E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 158 -
CMYK 0 0.10 0.34 0.07
HSL 42º 0.7% 0.78% -
HSV(B) 42º 0.34% 0.93% -
XYZ 65.48 68.74 42.16 -
YUV 214.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 238 214 158 0 0.10 0.34 0.07 42 0.7 0.78
Hex EE D6 9E 0 A 22 7 2A 46 4E
Octal 356 326 236 0 12 42 7 52 106 116
Binary 11101110 11010110 10011110 0 1010 100010 111 101010 1000110 1001110

Color Harmonies of #EED69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED69E

Black with #EED69E

Text Example


Text Example

White with #EED69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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