Html Css Color HEX #ECD175 Golden Sand

📋 copy color: '#ECD175'

red 236 ◦ green 209 ◦ blue 117

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

Shades of Golden Sand #ECD175

Tints of Golden Sand #ECD175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.82%

R = 41.99%
G = 37.19%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD175 (or 0xECD175) is known color: Golden Sand. HEX triplet: EC, D1 and 75. RGB value is (236,209,117). Sum of RGB (Red+Green+Blue) = 236+209+117=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD175 is #132E8A. Grayscale: #CECECE. Windows color (decimal): -1257099 or 7721452. OLE color: 7721452.

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

Color convert

RGB 236 209 117 -
CMYK 0 0.11 0.50 0.07
HSL 46.39º 0.76% 0.69% -
HSV(B) 46.39º 0.5% 0.93% -
XYZ 60.6 64.72 26.13 -
YUV 206.59 77.45 148.98 -
System Red Green Blue C M Y K H S L
Decimal 236 209 117 0 0.11 0.50 0.07 46.39 0.76 0.69
Hex EC D1 75 0 B 32 7 2E 4C 45
Octal 354 321 165 0 13 62 7 56 114 105
Binary 11101100 11010001 1110101 0 1011 110010 111 101110 1001100 1000101

Color Harmonies of #ECD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD175

Black with #ECD175

Text Example


Text Example

White with #ECD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD175; }

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

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

background-color css

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

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

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

border-color css

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

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

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