Html Css Color HEX #ECC974 Golden Sand

📋 copy color: '#ECC974'

red 236 ◦ green 201 ◦ blue 116

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

Shades of Golden Sand #ECC974

Tints of Golden Sand #ECC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

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

R = 42.68%
G = 36.35%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECC974 (or 0xECC974) is known color: Golden Sand. HEX triplet: EC, C9 and 74. RGB value is (236,201,116). Sum of RGB (Red+Green+Blue) = 236+201+116=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC974 is #13368B. Grayscale: #CACACA. Windows color (decimal): -1259148 or 7653868. OLE color: 7653868.

HSL color Cylindrical-coordinate representation of color #ECC974: hue angle of 42.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 #ECC974 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 116 -
CMYK 0 0.15 0.51 0.07
HSL 42.5º 0.76% 0.69% -
HSV(B) 42.5º 0.51% 0.93% -
XYZ 58.63 60.87 25.18 -
YUV 201.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 236 201 116 0 0.15 0.51 0.07 42.5 0.76 0.69
Hex EC C9 74 0 F 33 7 2A 4C 45
Octal 354 311 164 0 17 63 7 52 114 105
Binary 11101100 11001001 1110100 0 1111 110011 111 101010 1001100 1000101

Color Harmonies of #ECC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC974

Black with #ECC974

Text Example


Text Example

White with #ECC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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