Html Css Color HEX #ECD060 Golden Sand

📋 copy color: '#ECD060'

red 236 ◦ green 208 ◦ blue 96

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

Shades of Golden Sand #ECD060

Tints of Golden Sand #ECD060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.78%

R = 43.7%
G = 38.52%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECD060 (or 0xECD060) is known color: Golden Sand. HEX triplet: EC, D0 and 60. RGB value is (236,208,96). Sum of RGB (Red+Green+Blue) = 236+208+96=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD060 is #132F9F. Grayscale: #CCCCCC. Windows color (decimal): -1257376 or 6344940. OLE color: 6344940.

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

Color convert

RGB 236 208 96 -
CMYK 0 0.12 0.59 0.07
HSL 48º 0.79% 0.65% -
HSV(B) 48º 0.59% 0.93% -
XYZ 59.26 63.79 20.26 -
YUV 203.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 236 208 96 0 0.12 0.59 0.07 48 0.79 0.65
Hex EC D0 60 0 C 3B 7 30 4F 41
Octal 354 320 140 0 14 73 7 60 117 101
Binary 11101100 11010000 1100000 0 1100 111011 111 110000 1001111 1000001

Color Harmonies of #ECD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD060

Black with #ECD060

Text Example


Text Example

White with #ECD060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD060; }

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

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

background-color css

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

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

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

border-color css

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

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

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