Html Css Color HEX #EED598 Splash

📋 copy color: '#EED598'

red 238 ◦ green 213 ◦ blue 152

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

Shades of Splash #EED598

Tints of Splash #EED598

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 39.47%
G = 35.32%
B = 25.21%

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

#EED598 (or 0xEED598) is known color: Splash. HEX triplet: EE, D5 and 98. RGB value is (238,213,152). Sum of RGB (Red+Green+Blue) = 238+213+152=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED598 is #112A67. Grayscale: #D5D5D5. Windows color (decimal): -1124968 or 10016238. OLE color: 10016238.

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

Color convert

RGB 238 213 152 -
CMYK 0 0.11 0.36 0.07
HSL 42.56º 0.72% 0.76% -
HSV(B) 42.56º 0.36% 0.93% -
XYZ 64.72 68.03 39.43 -
YUV 213.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 238 213 152 0 0.11 0.36 0.07 42.56 0.72 0.76
Hex EE D5 98 0 B 24 7 2B 48 4C
Octal 356 325 230 0 13 44 7 53 110 114
Binary 11101110 11010101 10011000 0 1011 100100 111 101011 1001000 1001100

Color Harmonies of #EED598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED598

Black with #EED598

Text Example


Text Example

White with #EED598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED598; }

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

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

background-color css

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

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

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

border-color css

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

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

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