Html Css Color HEX #ECDC9B Splash

📋 copy color: '#ECDC9B'

red 236 ◦ green 220 ◦ blue 155

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

Shades of Splash #ECDC9B

Tints of Splash #ECDC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 155 (60.94% from 255) = 25.37%

R = 38.63%
G = 36.01%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECDC9B (or 0xECDC9B) is known color: Splash. HEX triplet: EC, DC and 9B. RGB value is (236,220,155). Sum of RGB (Red+Green+Blue) = 236+220+155=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC9B is #132364. Grayscale: #D9D9D9. Windows color (decimal): -1254245 or 10214636. OLE color: 10214636.

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

Color convert

RGB 236 220 155 -
CMYK 0 0.07 0.34 0.07
HSL 48.15º 0.68% 0.77% -
HSV(B) 48.15º 0.34% 0.93% -
XYZ 66.1 71.39 41.31 -
YUV 217.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 236 220 155 0 0.07 0.34 0.07 48.15 0.68 0.77
Hex EC DC 9B 0 7 22 7 30 44 4D
Octal 354 334 233 0 7 42 7 60 104 115
Binary 11101100 11011100 10011011 0 111 100010 111 110000 1000100 1001101

Color Harmonies of #ECDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC9B

Black with #ECDC9B

Text Example


Text Example

White with #ECDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC9B; }

 p { color: rgb(236,220,155); }

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

background-color css

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

 a { background-color: rgb(236,220,155); }

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

border-color css

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

 span { border-color: rgb(236,220,155); }

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