Html Css Color HEX #EED49A Splash

📋 copy color: '#EED49A'

red 238 ◦ green 212 ◦ blue 154

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

Shades of Splash #EED49A

Tints of Splash #EED49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 39.4%
G = 35.1%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EED49A (or 0xEED49A) is known color: Splash. HEX triplet: EE, D4 and 9A. RGB value is (238,212,154). Sum of RGB (Red+Green+Blue) = 238+212+154=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED49A is #112B65. Grayscale: #D5D5D5. Windows color (decimal): -1125222 or 10147054. OLE color: 10147054.

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

Color convert

RGB 238 212 154 -
CMYK 0 0.11 0.35 0.07
HSL 41.43º 0.71% 0.77% -
HSV(B) 41.43º 0.35% 0.93% -
XYZ 64.64 67.6 40.21 -
YUV 213.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 238 212 154 0 0.11 0.35 0.07 41.43 0.71 0.77
Hex EE D4 9A 0 B 23 7 29 47 4D
Octal 356 324 232 0 13 43 7 51 107 115
Binary 11101110 11010100 10011010 0 1011 100011 111 101001 1000111 1001101

Color Harmonies of #EED49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED49A

Black with #EED49A

Text Example


Text Example

White with #EED49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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