Html Css Color HEX #EED798 Splash

📋 copy color: '#EED798'

red 238 ◦ green 215 ◦ blue 152

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

Shades of Splash #EED798

Tints of Splash #EED798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.12%

R = 39.34%
G = 35.54%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EED798 (or 0xEED798) is known color: Splash. HEX triplet: EE, D7 and 98. RGB value is (238,215,152). Sum of RGB (Red+Green+Blue) = 238+215+152=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED798 is #112867. Grayscale: #D6D6D6. Windows color (decimal): -1124456 or 10016750. OLE color: 10016750.

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

Color convert

RGB 238 215 152 -
CMYK 0 0.10 0.36 0.07
HSL 43.95º 0.72% 0.76% -
HSV(B) 43.95º 0.36% 0.93% -
XYZ 65.23 69.05 39.59 -
YUV 214.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 238 215 152 0 0.10 0.36 0.07 43.95 0.72 0.76
Hex EE D7 98 0 A 24 7 2C 48 4C
Octal 356 327 230 0 12 44 7 54 110 114
Binary 11101110 11010111 10011000 0 1010 100100 111 101100 1001000 1001100

Color Harmonies of #EED798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED798

Black with #EED798

Text Example


Text Example

White with #EED798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED798; }

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

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

background-color css

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

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

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

border-color css

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

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

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