Html Css Color HEX #ECD596 Splash

📋 copy color: '#ECD596'

red 236 ◦ green 213 ◦ blue 150

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

Shades of Splash #ECD596

Tints of Splash #ECD596

RGB

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

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

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

R = 39.4%
G = 35.56%
B = 25.04%

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

#ECD596 (or 0xECD596) is known color: Splash. HEX triplet: EC, D5 and 96. RGB value is (236,213,150). Sum of RGB (Red+Green+Blue) = 236+213+150=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD596 is #132A69. Grayscale: #D4D4D4. Windows color (decimal): -1256042 or 9885164. OLE color: 9885164.

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

Color convert

RGB 236 213 150 -
CMYK 0 0.10 0.36 0.07
HSL 43.95º 0.69% 0.76% -
HSV(B) 43.95º 0.36% 0.93% -
XYZ 63.89 67.62 38.54 -
YUV 212.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 236 213 150 0 0.10 0.36 0.07 43.95 0.69 0.76
Hex EC D5 96 0 A 24 7 2C 45 4C
Octal 354 325 226 0 12 44 7 54 105 114
Binary 11101100 11010101 10010110 0 1010 100100 111 101100 1000101 1001100

Color Harmonies of #ECD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD596

Black with #ECD596

Text Example


Text Example

White with #ECD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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