Html Css Color HEX #ECD16A Golden Sand

📋 copy color: '#ECD16A'

red 236 ◦ green 209 ◦ blue 106

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

Shades of Golden Sand #ECD16A

Tints of Golden Sand #ECD16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 42.83%
G = 37.93%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECD16A (or 0xECD16A) is known color: Golden Sand. HEX triplet: EC, D1 and 6A. RGB value is (236,209,106). Sum of RGB (Red+Green+Blue) = 236+209+106=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD16A is #132E95. Grayscale: #CDCDCD. Windows color (decimal): -1257110 or 7000556. OLE color: 7000556.

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

Color convert

RGB 236 209 106 -
CMYK 0 0.11 0.55 0.07
HSL 47.54º 0.77% 0.67% -
HSV(B) 47.54º 0.55% 0.93% -
XYZ 59.99 64.47 22.92 -
YUV 205.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 236 209 106 0 0.11 0.55 0.07 47.54 0.77 0.67
Hex EC D1 6A 0 B 37 7 30 4D 43
Octal 354 321 152 0 13 67 7 60 115 103
Binary 11101100 11010001 1101010 0 1011 110111 111 110000 1001101 1000011

Color Harmonies of #ECD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD16A

Black with #ECD16A

Text Example


Text Example

White with #ECD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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