Html Css Color HEX #ECD174 Golden Sand

📋 copy color: '#ECD174'

red 236 ◦ green 209 ◦ blue 116

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

Shades of Golden Sand #ECD174

Tints of Golden Sand #ECD174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.68%

R = 42.07%
G = 37.25%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD174 (or 0xECD174) is known color: Golden Sand. HEX triplet: EC, D1 and 74. RGB value is (236,209,116). Sum of RGB (Red+Green+Blue) = 236+209+116=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD174 is #132E8B. Grayscale: #CECECE. Windows color (decimal): -1257100 or 7655916. OLE color: 7655916.

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

Color convert

RGB 236 209 116 -
CMYK 0 0.11 0.51 0.07
HSL 46.5º 0.76% 0.69% -
HSV(B) 46.5º 0.51% 0.93% -
XYZ 60.54 64.69 25.82 -
YUV 206.47 76.95 149.06 -
System Red Green Blue C M Y K H S L
Decimal 236 209 116 0 0.11 0.51 0.07 46.5 0.76 0.69
Hex EC D1 74 0 B 33 7 2E 4C 45
Octal 354 321 164 0 13 63 7 56 114 105
Binary 11101100 11010001 1110100 0 1011 110011 111 101110 1001100 1000101

Color Harmonies of #ECD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD174

Black with #ECD174

Text Example


Text Example

White with #ECD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD174; }

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

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

background-color css

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

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

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

border-color css

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

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

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