Html Css Color HEX #EED591 Splash

📋 copy color: '#EED591'

red 238 ◦ green 213 ◦ blue 145

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

Shades of Splash #EED591

Tints of Splash #EED591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.33%

R = 39.93%
G = 35.74%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EED591 (or 0xEED591) is known color: Splash. HEX triplet: EE, D5 and 91. RGB value is (238,213,145). Sum of RGB (Red+Green+Blue) = 238+213+145=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED591 is #112A6E. Grayscale: #D5D5D5. Windows color (decimal): -1124975 or 9557486. OLE color: 9557486.

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

Color convert

RGB 238 213 145 -
CMYK 0 0.11 0.39 0.07
HSL 43.87º 0.73% 0.75% -
HSV(B) 43.87º 0.39% 0.93% -
XYZ 64.16 67.81 36.49 -
YUV 212.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 238 213 145 0 0.11 0.39 0.07 43.87 0.73 0.75
Hex EE D5 91 0 B 27 7 2C 49 4B
Octal 356 325 221 0 13 47 7 54 111 113
Binary 11101110 11010101 10010001 0 1011 100111 111 101100 1001001 1001011

Color Harmonies of #EED591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED591

Black with #EED591

Text Example


Text Example

White with #EED591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED591; }

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

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

background-color css

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

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

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

border-color css

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

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

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