Html Css Color HEX #ECDB9E Splash

📋 copy color: '#ECDB9E'

red 236 ◦ green 219 ◦ blue 158

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

Shades of Splash #ECDB9E

Tints of Splash #ECDB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.77%

R = 38.5%
G = 35.73%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECDB9E (or 0xECDB9E) is known color: Splash. HEX triplet: EC, DB and 9E. RGB value is (236,219,158). Sum of RGB (Red+Green+Blue) = 236+219+158=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB9E is #132461. Grayscale: #D9D9D9. Windows color (decimal): -1254498 or 10410988. OLE color: 10410988.

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

Color convert

RGB 236 219 158 -
CMYK 0 0.07 0.33 0.07
HSL 46.92º 0.67% 0.77% -
HSV(B) 46.92º 0.33% 0.93% -
XYZ 66.1 70.96 42.56 -
YUV 217.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 236 219 158 0 0.07 0.33 0.07 46.92 0.67 0.77
Hex EC DB 9E 0 7 21 7 2F 43 4D
Octal 354 333 236 0 7 41 7 57 103 115
Binary 11101100 11011011 10011110 0 111 100001 111 101111 1000011 1001101

Color Harmonies of #ECDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB9E

Black with #ECDB9E

Text Example


Text Example

White with #ECDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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