Html Css Color HEX #EED79A Splash

📋 copy color: '#EED79A'

red 238 ◦ green 215 ◦ blue 154

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

Shades of Splash #EED79A

Tints of Splash #EED79A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.37%

R = 39.21%
G = 35.42%
B = 25.37%

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

#EED79A (or 0xEED79A) is known color: Splash. HEX triplet: EE, D7 and 9A. RGB value is (238,215,154). Sum of RGB (Red+Green+Blue) = 238+215+154=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED79A is #112865. Grayscale: #D7D7D7. Windows color (decimal): -1124454 or 10147822. OLE color: 10147822.

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

Color convert

RGB 238 215 154 -
CMYK 0 0.10 0.35 0.07
HSL 43.57º 0.71% 0.77% -
HSV(B) 43.57º 0.35% 0.93% -
XYZ 65.39 69.11 40.47 -
YUV 214.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 238 215 154 0 0.10 0.35 0.07 43.57 0.71 0.77
Hex EE D7 9A 0 A 23 7 2C 47 4D
Octal 356 327 232 0 12 43 7 54 107 115
Binary 11101110 11010111 10011010 0 1010 100011 111 101100 1000111 1001101

Color Harmonies of #EED79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED79A

Black with #EED79A

Text Example


Text Example

White with #EED79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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