Html Css Color HEX #EED79B Splash

📋 copy color: '#EED79B'

red 238 ◦ green 215 ◦ blue 155

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

Shades of Splash #EED79B

Tints of Splash #EED79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.49%

R = 39.14%
G = 35.36%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EED79B (or 0xEED79B) is known color: Splash. HEX triplet: EE, D7 and 9B. RGB value is (238,215,155). Sum of RGB (Red+Green+Blue) = 238+215+155=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EED79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED79B is #112864. Grayscale: #D7D7D7. Windows color (decimal): -1124453 or 10213358. OLE color: 10213358.

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

Color convert

RGB 238 215 155 -
CMYK 0 0.10 0.35 0.07
HSL 43.37º 0.71% 0.77% -
HSV(B) 43.37º 0.35% 0.93% -
XYZ 65.48 69.14 40.91 -
YUV 215.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 238 215 155 0 0.10 0.35 0.07 43.37 0.71 0.77
Hex EE D7 9B 0 A 23 7 2B 47 4D
Octal 356 327 233 0 12 43 7 53 107 115
Binary 11101110 11010111 10011011 0 1010 100011 111 101011 1000111 1001101

Color Harmonies of #EED79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED79B

Black with #EED79B

Text Example


Text Example

White with #EED79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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