Html Css Color HEX #ECD695 Splash

📋 copy color: '#ECD695'

red 236 ◦ green 214 ◦ blue 149

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

Shades of Splash #ECD695

Tints of Splash #ECD695

RGB

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

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

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

R = 39.4%
G = 35.73%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECD695 (or 0xECD695) is known color: Splash. HEX triplet: EC, D6 and 95. RGB value is (236,214,149). Sum of RGB (Red+Green+Blue) = 236+214+149=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD695 is #13296A. Grayscale: #D5D5D5. Windows color (decimal): -1255787 or 9819884. OLE color: 9819884.

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

Color convert

RGB 236 214 149 -
CMYK 0 0.09 0.37 0.07
HSL 44.83º 0.7% 0.75% -
HSV(B) 44.83º 0.37% 0.93% -
XYZ 64.06 68.1 38.2 -
YUV 213.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 236 214 149 0 0.09 0.37 0.07 44.83 0.7 0.75
Hex EC D6 95 0 9 25 7 2D 46 4B
Octal 354 326 225 0 11 45 7 55 106 113
Binary 11101100 11010110 10010101 0 1001 100101 111 101101 1000110 1001011

Color Harmonies of #ECD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD695

Black with #ECD695

Text Example


Text Example

White with #ECD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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