Html Css Color HEX #ECDD98 Splash

📋 copy color: '#ECDD98'

red 236 ◦ green 221 ◦ blue 152

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

Shades of Splash #ECDD98

Tints of Splash #ECDD98

RGB

 RED value IS 236 (92.58% from 255) = 38.75%

 GREEN value IS 221 (86.72% from 255) = 36.29%

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

R = 38.75%
G = 36.29%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECDD98 (or 0xECDD98) is known color: Splash. HEX triplet: EC, DD and 98. RGB value is (236,221,152). Sum of RGB (Red+Green+Blue) = 236+221+152=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD98 is #132267. Grayscale: #D9D9D9. Windows color (decimal): -1253992 or 10018284. OLE color: 10018284.

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

Color convert

RGB 236 221 152 -
CMYK 0 0.06 0.36 0.07
HSL 49.29º 0.69% 0.76% -
HSV(B) 49.29º 0.36% 0.93% -
XYZ 66.12 71.81 40.08 -
YUV 217.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 236 221 152 0 0.06 0.36 0.07 49.29 0.69 0.76
Hex EC DD 98 0 6 24 7 31 45 4C
Octal 354 335 230 0 6 44 7 61 105 114
Binary 11101100 11011101 10011000 0 110 100100 111 110001 1000101 1001100

Color Harmonies of #ECDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD98

Black with #ECDD98

Text Example


Text Example

White with #ECDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD98; }

 p { color: rgb(236,221,152); }

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

background-color css

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

 a { background-color: rgb(236,221,152); }

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

border-color css

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

 span { border-color: rgb(236,221,152); }

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