Html Css Color HEX #ECD16C Golden Sand

📋 copy color: '#ECD16C'

red 236 ◦ green 209 ◦ blue 108

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

Shades of Golden Sand #ECD16C

Tints of Golden Sand #ECD16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.53%

R = 42.68%
G = 37.79%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECD16C (or 0xECD16C) is known color: Golden Sand. HEX triplet: EC, D1 and 6C. RGB value is (236,209,108). Sum of RGB (Red+Green+Blue) = 236+209+108=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD16C is #132E93. Grayscale: #CDCDCD. Windows color (decimal): -1257108 or 7131628. OLE color: 7131628.

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

Color convert

RGB 236 209 108 -
CMYK 0 0.11 0.54 0.07
HSL 47.34º 0.77% 0.67% -
HSV(B) 47.34º 0.54% 0.93% -
XYZ 60.1 64.52 23.47 -
YUV 205.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 236 209 108 0 0.11 0.54 0.07 47.34 0.77 0.67
Hex EC D1 6C 0 B 36 7 2F 4D 43
Octal 354 321 154 0 13 66 7 57 115 103
Binary 11101100 11010001 1101100 0 1011 110110 111 101111 1001101 1000011

Color Harmonies of #ECD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD16C

Black with #ECD16C

Text Example


Text Example

White with #ECD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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