Html Css Color HEX #ECC572 Golden Sand

📋 copy color: '#ECC572'

red 236 ◦ green 197 ◦ blue 114

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

Shades of Golden Sand #ECC572

Tints of Golden Sand #ECC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

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

R = 43.14%
G = 36.01%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECC572 (or 0xECC572) is known color: Golden Sand. HEX triplet: EC, C5 and 72. RGB value is (236,197,114). Sum of RGB (Red+Green+Blue) = 236+197+114=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC572 is #133A8D. Grayscale: #C7C7C7. Windows color (decimal): -1260174 or 7521772. OLE color: 7521772.

HSL color Cylindrical-coordinate representation of color #ECC572: hue angle of 40.82º 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 #ECC572 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 197 114 -
CMYK 0 0.17 0.52 0.07
HSL 40.82º 0.76% 0.69% -
HSV(B) 40.82º 0.52% 0.93% -
XYZ 57.6 58.98 24.27 -
YUV 199.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 236 197 114 0 0.17 0.52 0.07 40.82 0.76 0.69
Hex EC C5 72 0 11 34 7 29 4C 45
Octal 354 305 162 0 21 64 7 51 114 105
Binary 11101100 11000101 1110010 0 10001 110100 111 101001 1001100 1000101

Color Harmonies of #ECC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC572

Black with #ECC572

Text Example


Text Example

White with #ECC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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