Html Css Color HEX #EED891 Splash

📋 copy color: '#EED891'

red 238 ◦ green 216 ◦ blue 145

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

Shades of Splash #EED891

Tints of Splash #EED891

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.06%

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

R = 39.73%
G = 36.06%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EED891 (or 0xEED891) is known color: Splash. HEX triplet: EE, D8 and 91. RGB value is (238,216,145). Sum of RGB (Red+Green+Blue) = 238+216+145=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EED891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED891 is #11276E. Grayscale: #D6D6D6. Windows color (decimal): -1124207 or 9558254. OLE color: 9558254.

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

Color convert

RGB 238 216 145 -
CMYK 0 0.09 0.39 0.07
HSL 45.81º 0.73% 0.75% -
HSV(B) 45.81º 0.39% 0.93% -
XYZ 64.93 69.33 36.75 -
YUV 214.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 238 216 145 0 0.09 0.39 0.07 45.81 0.73 0.75
Hex EE D8 91 0 9 27 7 2E 49 4B
Octal 356 330 221 0 11 47 7 56 111 113
Binary 11101110 11011000 10010001 0 1001 100111 111 101110 1001001 1001011

Color Harmonies of #EED891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED891

Black with #EED891

Text Example


Text Example

White with #EED891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED891; }

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

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

background-color css

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

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

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

border-color css

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

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

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