Html Css Color HEX #ECD06D Golden Sand

📋 copy color: '#ECD06D'

red 236 ◦ green 208 ◦ blue 109

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

Shades of Golden Sand #ECD06D

Tints of Golden Sand #ECD06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

 BLUE value IS 109 (42.97% from 255) = 19.71%

R = 42.68%
G = 37.61%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECD06D (or 0xECD06D) is known color: Golden Sand. HEX triplet: EC, D0 and 6D. RGB value is (236,208,109). Sum of RGB (Red+Green+Blue) = 236+208+109=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD06D is #132F92. Grayscale: #CDCDCD. Windows color (decimal): -1257363 or 7196908. OLE color: 7196908.

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

Color convert

RGB 236 208 109 -
CMYK 0 0.12 0.54 0.07
HSL 46.77º 0.77% 0.68% -
HSV(B) 46.77º 0.54% 0.93% -
XYZ 59.91 64.05 23.67 -
YUV 205.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 236 208 109 0 0.12 0.54 0.07 46.77 0.77 0.68
Hex EC D0 6D 0 C 36 7 2F 4D 44
Octal 354 320 155 0 14 66 7 57 115 104
Binary 11101100 11010000 1101101 0 1100 110110 111 101111 1001101 1000100

Color Harmonies of #ECD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD06D

Black with #ECD06D

Text Example


Text Example

White with #ECD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD06D; }

 p { color: rgb(236,208,109); }

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

background-color css

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

 a { background-color: rgb(236,208,109); }

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

border-color css

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

 span { border-color: rgb(236,208,109); }

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