Html Css Color HEX #EED796 Splash

📋 copy color: '#EED796'

red 238 ◦ green 215 ◦ blue 150

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

Shades of Splash #EED796

Tints of Splash #EED796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.88%

R = 39.47%
G = 35.66%
B = 24.88%

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

#EED796 (or 0xEED796) is known color: Splash. HEX triplet: EE, D7 and 96. RGB value is (238,215,150). Sum of RGB (Red+Green+Blue) = 238+215+150=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED796 is #112869. Grayscale: #D6D6D6. Windows color (decimal): -1124458 or 9885678. OLE color: 9885678.

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

Color convert

RGB 238 215 150 -
CMYK 0 0.10 0.37 0.07
HSL 44.32º 0.72% 0.76% -
HSV(B) 44.32º 0.37% 0.93% -
XYZ 65.07 68.98 38.74 -
YUV 214.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 238 215 150 0 0.10 0.37 0.07 44.32 0.72 0.76
Hex EE D7 96 0 A 25 7 2C 48 4C
Octal 356 327 226 0 12 45 7 54 110 114
Binary 11101110 11010111 10010110 0 1010 100101 111 101100 1001000 1001100

Color Harmonies of #EED796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED796

Black with #EED796

Text Example


Text Example

White with #EED796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED796; }

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

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

background-color css

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

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

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

border-color css

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

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

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