Html Css Color HEX #EED493 Splash

📋 copy color: '#EED493'

red 238 ◦ green 212 ◦ blue 147

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

Shades of Splash #EED493

Tints of Splash #EED493

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 147 (57.81% from 255) = 24.62%

R = 39.87%
G = 35.51%
B = 24.62%

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

#EED493 (or 0xEED493) is known color: Splash. HEX triplet: EE, D4 and 93. RGB value is (238,212,147). Sum of RGB (Red+Green+Blue) = 238+212+147=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EED493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED493 is #112B6C. Grayscale: #D4D4D4. Windows color (decimal): -1125229 or 9688302. OLE color: 9688302.

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

Color convert

RGB 238 212 147 -
CMYK 0 0.11 0.38 0.07
HSL 42.86º 0.73% 0.75% -
HSV(B) 42.86º 0.38% 0.93% -
XYZ 64.07 67.37 37.23 -
YUV 212.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 238 212 147 0 0.11 0.38 0.07 42.86 0.73 0.75
Hex EE D4 93 0 B 26 7 2B 49 4B
Octal 356 324 223 0 13 46 7 53 111 113
Binary 11101110 11010100 10010011 0 1011 100110 111 101011 1001001 1001011

Color Harmonies of #EED493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED493

Black with #EED493

Text Example


Text Example

White with #EED493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED493; }

 p { color: rgb(238,212,147); }

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

background-color css

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

 a { background-color: rgb(238,212,147); }

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

border-color css

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

 span { border-color: rgb(238,212,147); }

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