Html Css Color HEX #ECD16E Golden Sand

📋 copy color: '#ECD16E'

red 236 ◦ green 209 ◦ blue 110

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

Shades of Golden Sand #ECD16E

Tints of Golden Sand #ECD16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.66%

 BLUE value IS 110 (43.36% from 255) = 19.82%

R = 42.52%
G = 37.66%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD16E (or 0xECD16E) is known color: Golden Sand. HEX triplet: EC, D1 and 6E. RGB value is (236,209,110). Sum of RGB (Red+Green+Blue) = 236+209+110=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD16E is #132E91. Grayscale: #CECECE. Windows color (decimal): -1257106 or 7262700. OLE color: 7262700.

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

Color convert

RGB 236 209 110 -
CMYK 0 0.11 0.53 0.07
HSL 47.14º 0.77% 0.68% -
HSV(B) 47.14º 0.53% 0.93% -
XYZ 60.21 64.56 24.04 -
YUV 205.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 236 209 110 0 0.11 0.53 0.07 47.14 0.77 0.68
Hex EC D1 6E 0 B 35 7 2F 4D 44
Octal 354 321 156 0 13 65 7 57 115 104
Binary 11101100 11010001 1101110 0 1011 110101 111 101111 1001101 1000100

Color Harmonies of #ECD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD16E

Black with #ECD16E

Text Example


Text Example

White with #ECD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD16E; }

 p { color: rgb(236,209,110); }

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

background-color css

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

 a { background-color: rgb(236,209,110); }

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

border-color css

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

 span { border-color: rgb(236,209,110); }

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