Html Css Color HEX #EED697 Splash

📋 copy color: '#EED697'

red 238 ◦ green 214 ◦ blue 151

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

Shades of Splash #EED697

Tints of Splash #EED697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.04%

R = 39.47%
G = 35.49%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EED697 (or 0xEED697) is known color: Splash. HEX triplet: EE, D6 and 97. RGB value is (238,214,151). Sum of RGB (Red+Green+Blue) = 238+214+151=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED697 is #112968. Grayscale: #D6D6D6. Windows color (decimal): -1124713 or 9950958. OLE color: 9950958.

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

Color convert

RGB 238 214 151 -
CMYK 0 0.10 0.37 0.07
HSL 43.45º 0.72% 0.76% -
HSV(B) 43.45º 0.37% 0.93% -
XYZ 64.89 68.5 39.08 -
YUV 213.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 238 214 151 0 0.10 0.37 0.07 43.45 0.72 0.76
Hex EE D6 97 0 A 25 7 2B 48 4C
Octal 356 326 227 0 12 45 7 53 110 114
Binary 11101110 11010110 10010111 0 1010 100101 111 101011 1001000 1001100

Color Harmonies of #EED697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED697

Black with #EED697

Text Example


Text Example

White with #EED697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED697; }

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

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

background-color css

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

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

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

border-color css

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

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

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