Html Css Color HEX #ECC772 Golden Sand

📋 copy color: '#ECC772'

red 236 ◦ green 199 ◦ blue 114

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

Shades of Golden Sand #ECC772

Tints of Golden Sand #ECC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.25%

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

R = 42.99%
G = 36.25%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECC772 (or 0xECC772) is known color: Golden Sand. HEX triplet: EC, C7 and 72. RGB value is (236,199,114). Sum of RGB (Red+Green+Blue) = 236+199+114=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC772 is #13388D. Grayscale: #C8C8C8. Windows color (decimal): -1259662 or 7522284. OLE color: 7522284.

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

Color convert

RGB 236 199 114 -
CMYK 0 0.16 0.52 0.07
HSL 41.8º 0.76% 0.69% -
HSV(B) 41.8º 0.52% 0.93% -
XYZ 58.05 59.89 24.42 -
YUV 200.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 236 199 114 0 0.16 0.52 0.07 41.8 0.76 0.69
Hex EC C7 72 0 10 34 7 2A 4C 45
Octal 354 307 162 0 20 64 7 52 114 105
Binary 11101100 11000111 1110010 0 10000 110100 111 101010 1001100 1000101

Color Harmonies of #ECC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC772

Black with #ECC772

Text Example


Text Example

White with #ECC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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