Html Css Color HEX #EED698 Splash

📋 copy color: '#EED698'

red 238 ◦ green 214 ◦ blue 152

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

Shades of Splash #EED698

Tints of Splash #EED698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.43%

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

R = 39.4%
G = 35.43%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EED698 (or 0xEED698) is known color: Splash. HEX triplet: EE, D6 and 98. RGB value is (238,214,152). Sum of RGB (Red+Green+Blue) = 238+214+152=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED698 is #112967. Grayscale: #D6D6D6. Windows color (decimal): -1124712 or 10016494. OLE color: 10016494.

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

Color convert

RGB 238 214 152 -
CMYK 0 0.10 0.36 0.07
HSL 43.26º 0.72% 0.76% -
HSV(B) 43.26º 0.36% 0.93% -
XYZ 64.97 68.54 39.51 -
YUV 214.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 238 214 152 0 0.10 0.36 0.07 43.26 0.72 0.76
Hex EE D6 98 0 A 24 7 2B 48 4C
Octal 356 326 230 0 12 44 7 53 110 114
Binary 11101110 11010110 10011000 0 1010 100100 111 101011 1001000 1001100

Color Harmonies of #EED698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED698

Black with #EED698

Text Example


Text Example

White with #EED698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED698; }

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

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

background-color css

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

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

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

border-color css

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

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

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