Html Css Color HEX #ECD69C Splash

📋 copy color: '#ECD69C'

red 236 ◦ green 214 ◦ blue 156

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

Shades of Splash #ECD69C

Tints of Splash #ECD69C

RGB

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

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

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

R = 38.94%
G = 35.31%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECD69C (or 0xECD69C) is known color: Splash. HEX triplet: EC, D6 and 9C. RGB value is (236,214,156). Sum of RGB (Red+Green+Blue) = 236+214+156=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD69C is #132963. Grayscale: #D6D6D6. Windows color (decimal): -1255780 or 10278636. OLE color: 10278636.

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

Color convert

RGB 236 214 156 -
CMYK 0 0.09 0.34 0.07
HSL 43.5º 0.68% 0.77% -
HSV(B) 43.5º 0.34% 0.93% -
XYZ 64.64 68.33 41.23 -
YUV 213.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 236 214 156 0 0.09 0.34 0.07 43.5 0.68 0.77
Hex EC D6 9C 0 9 22 7 2C 44 4D
Octal 354 326 234 0 11 42 7 54 104 115
Binary 11101100 11010110 10011100 0 1001 100010 111 101100 1000100 1001101

Color Harmonies of #ECD69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD69C

Black with #ECD69C

Text Example


Text Example

White with #ECD69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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