Html Css Color HEX #ECC672 Golden Sand

📋 copy color: '#ECC672'

red 236 ◦ green 198 ◦ blue 114

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

Shades of Golden Sand #ECC672

Tints of Golden Sand #ECC672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

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

R = 43.07%
G = 36.13%
B = 20.8%

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

#ECC672 (or 0xECC672) is known color: Golden Sand. HEX triplet: EC, C6 and 72. RGB value is (236,198,114). Sum of RGB (Red+Green+Blue) = 236+198+114=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC672 is #13398D. Grayscale: #C8C8C8. Windows color (decimal): -1259918 or 7522028. OLE color: 7522028.

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

Color convert

RGB 236 198 114 -
CMYK 0 0.16 0.52 0.07
HSL 41.31º 0.76% 0.69% -
HSV(B) 41.31º 0.52% 0.93% -
XYZ 57.82 59.44 24.34 -
YUV 199.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 236 198 114 0 0.16 0.52 0.07 41.31 0.76 0.69
Hex EC C6 72 0 10 34 7 29 4C 45
Octal 354 306 162 0 20 64 7 51 114 105
Binary 11101100 11000110 1110010 0 10000 110100 111 101001 1001100 1000101

Color Harmonies of #ECC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC672

Black with #ECC672

Text Example


Text Example

White with #ECC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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