Html Css Color HEX #ECD49C Splash

📋 copy color: '#ECD49C'

red 236 ◦ green 212 ◦ blue 156

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

Shades of Splash #ECD49C

Tints of Splash #ECD49C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.1%

 BLUE value IS 156 (61.33% from 255) = 25.83%

R = 39.07%
G = 35.1%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECD49C (or 0xECD49C) is known color: Splash. HEX triplet: EC, D4 and 9C. RGB value is (236,212,156). Sum of RGB (Red+Green+Blue) = 236+212+156=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD49C is #132B63. Grayscale: #D5D5D5. Windows color (decimal): -1256292 or 10278124. OLE color: 10278124.

HSL color Cylindrical-coordinate representation of color #ECD49C: hue angle of 42º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECD49C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 156 -
CMYK 0 0.10 0.34 0.07
HSL 42º 0.68% 0.77% -
HSV(B) 42º 0.34% 0.93% -
XYZ 64.14 67.32 41.07 -
YUV 212.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 236 212 156 0 0.10 0.34 0.07 42 0.68 0.77
Hex EC D4 9C 0 A 22 7 2A 44 4D
Octal 354 324 234 0 12 42 7 52 104 115
Binary 11101100 11010100 10011100 0 1010 100010 111 101010 1000100 1001101

Color Harmonies of #ECD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD49C

Black with #ECD49C

Text Example


Text Example

White with #ECD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD49C; }

 p { color: rgb(236,212,156); }

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

background-color css

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

 a { background-color: rgb(236,212,156); }

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

border-color css

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

 span { border-color: rgb(236,212,156); }

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