Html Css Color HEX #EED594 Splash

📋 copy color: '#EED594'

red 238 ◦ green 213 ◦ blue 148

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

Shades of Splash #EED594

Tints of Splash #EED594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.56%

 BLUE value IS 148 (58.2% from 255) = 24.71%

R = 39.73%
G = 35.56%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EED594 (or 0xEED594) is known color: Splash. HEX triplet: EE, D5 and 94. RGB value is (238,213,148). Sum of RGB (Red+Green+Blue) = 238+213+148=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EED594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED594 is #112A6B. Grayscale: #D5D5D5. Windows color (decimal): -1124972 or 9754094. OLE color: 9754094.

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

Color convert

RGB 238 213 148 -
CMYK 0 0.11 0.38 0.07
HSL 43.33º 0.73% 0.76% -
HSV(B) 43.33º 0.38% 0.93% -
XYZ 64.4 67.9 37.73 -
YUV 213.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 238 213 148 0 0.11 0.38 0.07 43.33 0.73 0.76
Hex EE D5 94 0 B 26 7 2B 49 4C
Octal 356 325 224 0 13 46 7 53 111 114
Binary 11101110 11010101 10010100 0 1011 100110 111 101011 1001001 1001100

Color Harmonies of #EED594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED594

Black with #EED594

Text Example


Text Example

White with #EED594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED594; }

 p { color: rgb(238,213,148); }

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

background-color css

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

 a { background-color: rgb(238,213,148); }

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

border-color css

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

 span { border-color: rgb(238,213,148); }

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