Html Css Color HEX #ECD696 Splash

📋 copy color: '#ECD696'

red 236 ◦ green 214 ◦ blue 150

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

Shades of Splash #ECD696

Tints of Splash #ECD696

RGB

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

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

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

R = 39.33%
G = 35.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECD696 (or 0xECD696) is known color: Splash. HEX triplet: EC, D6 and 96. RGB value is (236,214,150). Sum of RGB (Red+Green+Blue) = 236+214+150=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD696 is #132969. Grayscale: #D5D5D5. Windows color (decimal): -1255786 or 9885420. OLE color: 9885420.

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

Color convert

RGB 236 214 150 -
CMYK 0 0.09 0.36 0.07
HSL 44.65º 0.69% 0.76% -
HSV(B) 44.65º 0.36% 0.93% -
XYZ 64.14 68.13 38.62 -
YUV 213.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 236 214 150 0 0.09 0.36 0.07 44.65 0.69 0.76
Hex EC D6 96 0 9 24 7 2D 45 4C
Octal 354 326 226 0 11 44 7 55 105 114
Binary 11101100 11010110 10010110 0 1001 100100 111 101101 1000101 1001100

Color Harmonies of #ECD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD696

Black with #ECD696

Text Example


Text Example

White with #ECD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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