Html Css Color HEX #ECD996 Splash

📋 copy color: '#ECD996'

red 236 ◦ green 217 ◦ blue 150

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

Shades of Splash #ECD996

Tints of Splash #ECD996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.99%

 BLUE value IS 150 (58.98% from 255) = 24.88%

R = 39.14%
G = 35.99%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECD996 (or 0xECD996) is known color: Splash. HEX triplet: EC, D9 and 96. RGB value is (236,217,150). Sum of RGB (Red+Green+Blue) = 236+217+150=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD996 is #132669. Grayscale: #D7D7D7. Windows color (decimal): -1255018 or 9886188. OLE color: 9886188.

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

Color convert

RGB 236 217 150 -
CMYK 0 0.08 0.36 0.07
HSL 46.74º 0.69% 0.76% -
HSV(B) 46.74º 0.36% 0.93% -
XYZ 64.91 69.66 38.88 -
YUV 215.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 236 217 150 0 0.08 0.36 0.07 46.74 0.69 0.76
Hex EC D9 96 0 8 24 7 2F 45 4C
Octal 354 331 226 0 10 44 7 57 105 114
Binary 11101100 11011001 10010110 0 1000 100100 111 101111 1000101 1001100

Color Harmonies of #ECD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD996

Black with #ECD996

Text Example


Text Example

White with #ECD996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD996; }

 p { color: rgb(236,217,150); }

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

background-color css

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

 a { background-color: rgb(236,217,150); }

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

border-color css

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

 span { border-color: rgb(236,217,150); }

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