Html Css Color HEX #EED498 Splash

📋 copy color: '#EED498'

red 238 ◦ green 212 ◦ blue 152

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

Shades of Splash #EED498

Tints of Splash #EED498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.25%

R = 39.53%
G = 35.22%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EED498 (or 0xEED498) is known color: Splash. HEX triplet: EE, D4 and 98. RGB value is (238,212,152). Sum of RGB (Red+Green+Blue) = 238+212+152=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EED498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED498 is #112B67. Grayscale: #D5D5D5. Windows color (decimal): -1125224 or 10015982. OLE color: 10015982.

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

Color convert

RGB 238 212 152 -
CMYK 0 0.11 0.36 0.07
HSL 41.86º 0.72% 0.76% -
HSV(B) 41.86º 0.36% 0.93% -
XYZ 64.47 67.53 39.34 -
YUV 212.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 238 212 152 0 0.11 0.36 0.07 41.86 0.72 0.76
Hex EE D4 98 0 B 24 7 2A 48 4C
Octal 356 324 230 0 13 44 7 52 110 114
Binary 11101110 11010100 10011000 0 1011 100100 111 101010 1001000 1001100

Color Harmonies of #EED498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED498

Black with #EED498

Text Example


Text Example

White with #EED498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED498; }

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

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

background-color css

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

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

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

border-color css

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

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

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