Html Css Color HEX #EED794 Splash

📋 copy color: '#EED794'

red 238 ◦ green 215 ◦ blue 148

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

Shades of Splash #EED794

Tints of Splash #EED794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.77%

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

R = 39.6%
G = 35.77%
B = 24.63%

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

#EED794 (or 0xEED794) is known color: Splash. HEX triplet: EE, D7 and 94. RGB value is (238,215,148). Sum of RGB (Red+Green+Blue) = 238+215+148=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED794 is #11286B. Grayscale: #D6D6D6. Windows color (decimal): -1124460 or 9754606. OLE color: 9754606.

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

Color convert

RGB 238 215 148 -
CMYK 0 0.10 0.38 0.07
HSL 44.67º 0.73% 0.76% -
HSV(B) 44.67º 0.38% 0.93% -
XYZ 64.91 68.92 37.9 -
YUV 214.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 238 215 148 0 0.10 0.38 0.07 44.67 0.73 0.76
Hex EE D7 94 0 A 26 7 2D 49 4C
Octal 356 327 224 0 12 46 7 55 111 114
Binary 11101110 11010111 10010100 0 1010 100110 111 101101 1001001 1001100

Color Harmonies of #EED794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED794

Black with #EED794

Text Example


Text Example

White with #EED794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED794; }

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

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

background-color css

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

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

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

border-color css

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

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

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