Html Css Color HEX #EED694 Splash

📋 copy color: '#EED694'

red 238 ◦ green 214 ◦ blue 148

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

Shades of Splash #EED694

Tints of Splash #EED694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.67%

R = 39.67%
G = 35.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EED694 (or 0xEED694) is known color: Splash. HEX triplet: EE, D6 and 94. RGB value is (238,214,148). Sum of RGB (Red+Green+Blue) = 238+214+148=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EED694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED694 is #11296B. Grayscale: #D5D5D5. Windows color (decimal): -1124716 or 9754350. OLE color: 9754350.

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

Color convert

RGB 238 214 148 -
CMYK 0 0.10 0.38 0.07
HSL 44º 0.73% 0.76% -
HSV(B) 44º 0.38% 0.93% -
XYZ 64.65 68.41 37.81 -
YUV 213.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 238 214 148 0 0.10 0.38 0.07 44 0.73 0.76
Hex EE D6 94 0 A 26 7 2C 49 4C
Octal 356 326 224 0 12 46 7 54 111 114
Binary 11101110 11010110 10010100 0 1010 100110 111 101100 1001001 1001100

Color Harmonies of #EED694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED694

Black with #EED694

Text Example


Text Example

White with #EED694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED694; }

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

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

background-color css

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

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

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

border-color css

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

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

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