Html Css Color HEX #EED795 Splash

📋 copy color: '#EED795'

red 238 ◦ green 215 ◦ blue 149

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

Shades of Splash #EED795

Tints of Splash #EED795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.75%

R = 39.53%
G = 35.71%
B = 24.75%

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

#EED795 (or 0xEED795) is known color: Splash. HEX triplet: EE, D7 and 95. RGB value is (238,215,149). Sum of RGB (Red+Green+Blue) = 238+215+149=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EED795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED795 is #11286A. Grayscale: #D6D6D6. Windows color (decimal): -1124459 or 9820142. OLE color: 9820142.

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

Color convert

RGB 238 215 149 -
CMYK 0 0.10 0.37 0.07
HSL 44.49º 0.72% 0.76% -
HSV(B) 44.49º 0.37% 0.93% -
XYZ 64.99 68.95 38.32 -
YUV 214.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 238 215 149 0 0.10 0.37 0.07 44.49 0.72 0.76
Hex EE D7 95 0 A 25 7 2C 48 4C
Octal 356 327 225 0 12 45 7 54 110 114
Binary 11101110 11010111 10010101 0 1010 100101 111 101100 1001000 1001100

Color Harmonies of #EED795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED795

Black with #EED795

Text Example


Text Example

White with #EED795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED795; }

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

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

background-color css

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

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

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

border-color css

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

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

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