Html Css Color HEX #EED6A0 Splash

📋 copy color: '#EED6A0'

red 238 ◦ green 214 ◦ blue 160

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

Shades of Splash #EED6A0

Tints of Splash #EED6A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.14%

R = 38.89%
G = 34.97%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EED6A0 (or 0xEED6A0) is known color: Splash. HEX triplet: EE, D6 and A0. RGB value is (238,214,160). Sum of RGB (Red+Green+Blue) = 238+214+160=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED6A0 is #11295F. Grayscale: #D7D7D7. Windows color (decimal): -1124704 or 10540782. OLE color: 10540782.

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

Color convert

RGB 238 214 160 -
CMYK 0 0.10 0.33 0.07
HSL 41.54º 0.7% 0.78% -
HSV(B) 41.54º 0.33% 0.93% -
XYZ 65.65 68.81 43.08 -
YUV 215.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 238 214 160 0 0.10 0.33 0.07 41.54 0.7 0.78
Hex EE D6 A0 0 A 21 7 2A 46 4E
Octal 356 326 240 0 12 41 7 52 106 116
Binary 11101110 11010110 10100000 0 1010 100001 111 101010 1000110 1001110

Color Harmonies of #EED6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6A0

Black with #EED6A0

Text Example


Text Example

White with #EED6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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