Html Css Color HEX #ECDC9A Splash

📋 copy color: '#ECDC9A'

red 236 ◦ green 220 ◦ blue 154

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

Shades of Splash #ECDC9A

Tints of Splash #ECDC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.25%

R = 38.69%
G = 36.07%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECDC9A (or 0xECDC9A) is known color: Splash. HEX triplet: EC, DC and 9A. RGB value is (236,220,154). Sum of RGB (Red+Green+Blue) = 236+220+154=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC9A is #132365. Grayscale: #D9D9D9. Windows color (decimal): -1254246 or 10149100. OLE color: 10149100.

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

Color convert

RGB 236 220 154 -
CMYK 0 0.07 0.35 0.07
HSL 48.29º 0.68% 0.76% -
HSV(B) 48.29º 0.35% 0.93% -
XYZ 66.02 71.35 40.86 -
YUV 217.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 236 220 154 0 0.07 0.35 0.07 48.29 0.68 0.76
Hex EC DC 9A 0 7 23 7 30 44 4C
Octal 354 334 232 0 7 43 7 60 104 114
Binary 11101100 11011100 10011010 0 111 100011 111 110000 1000100 1001100

Color Harmonies of #ECDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC9A

Black with #ECDC9A

Text Example


Text Example

White with #ECDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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