Html Css Color HEX #EED892 Splash

📋 copy color: '#EED892'

red 238 ◦ green 216 ◦ blue 146

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

Shades of Splash #EED892

Tints of Splash #EED892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.33%

R = 39.67%
G = 36%
B = 24.33%

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

#EED892 (or 0xEED892) is known color: Splash. HEX triplet: EE, D8 and 92. RGB value is (238,216,146). Sum of RGB (Red+Green+Blue) = 238+216+146=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EED892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED892 is #11276D. Grayscale: #D6D6D6. Windows color (decimal): -1124206 or 9623790. OLE color: 9623790.

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

Color convert

RGB 238 216 146 -
CMYK 0 0.09 0.39 0.07
HSL 45.65º 0.73% 0.75% -
HSV(B) 45.65º 0.39% 0.93% -
XYZ 65 69.36 37.16 -
YUV 214.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 238 216 146 0 0.09 0.39 0.07 45.65 0.73 0.75
Hex EE D8 92 0 9 27 7 2E 49 4B
Octal 356 330 222 0 11 47 7 56 111 113
Binary 11101110 11011000 10010010 0 1001 100111 111 101110 1001001 1001011

Color Harmonies of #EED892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED892

Black with #EED892

Text Example


Text Example

White with #EED892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED892; }

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

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

background-color css

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

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

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

border-color css

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

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

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