Html Css Color HEX #ECD172 Golden Sand

📋 copy color: '#ECD172'

red 236 ◦ green 209 ◦ blue 114

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

Shades of Golden Sand #ECD172

Tints of Golden Sand #ECD172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 42.22%
G = 37.39%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECD172 (or 0xECD172) is known color: Golden Sand. HEX triplet: EC, D1 and 72. RGB value is (236,209,114). Sum of RGB (Red+Green+Blue) = 236+209+114=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD172 is #132E8D. Grayscale: #CECECE. Windows color (decimal): -1257102 or 7524844. OLE color: 7524844.

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

Color convert

RGB 236 209 114 -
CMYK 0 0.11 0.52 0.07
HSL 46.72º 0.76% 0.69% -
HSV(B) 46.72º 0.52% 0.93% -
XYZ 60.43 64.65 25.21 -
YUV 206.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 236 209 114 0 0.11 0.52 0.07 46.72 0.76 0.69
Hex EC D1 72 0 B 34 7 2F 4C 45
Octal 354 321 162 0 13 64 7 57 114 105
Binary 11101100 11010001 1110010 0 1011 110100 111 101111 1001100 1000101

Color Harmonies of #ECD172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD172

Black with #ECD172

Text Example


Text Example

White with #ECD172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD172; }

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

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

background-color css

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

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

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

border-color css

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

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

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