Html Css Color HEX #ECDB95 Splash

📋 copy color: '#ECDB95'

red 236 ◦ green 219 ◦ blue 149

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

Shades of Splash #ECDB95

Tints of Splash #ECDB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

 BLUE value IS 149 (58.59% from 255) = 24.67%

R = 39.07%
G = 36.26%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECDB95 (or 0xECDB95) is known color: Splash. HEX triplet: EC, DB and 95. RGB value is (236,219,149). Sum of RGB (Red+Green+Blue) = 236+219+149=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB95 is #13246A. Grayscale: #D8D8D8. Windows color (decimal): -1254507 or 9821164. OLE color: 9821164.

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

Color convert

RGB 236 219 149 -
CMYK 0 0.07 0.37 0.07
HSL 48.28º 0.7% 0.75% -
HSV(B) 48.28º 0.37% 0.93% -
XYZ 65.35 70.67 38.63 -
YUV 216.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 236 219 149 0 0.07 0.37 0.07 48.28 0.7 0.75
Hex EC DB 95 0 7 25 7 30 46 4B
Octal 354 333 225 0 7 45 7 60 106 113
Binary 11101100 11011011 10010101 0 111 100101 111 110000 1000110 1001011

Color Harmonies of #ECDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB95

Black with #ECDB95

Text Example


Text Example

White with #ECDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB95; }

 p { color: rgb(236,219,149); }

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

background-color css

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

 a { background-color: rgb(236,219,149); }

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

border-color css

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

 span { border-color: rgb(236,219,149); }

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