Html Css Color HEX #ECC870 Golden Sand

📋 copy color: '#ECC870'

red 236 ◦ green 200 ◦ blue 112

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

Shades of Golden Sand #ECC870

Tints of Golden Sand #ECC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

 BLUE value IS 112 (44.14% from 255) = 20.44%

R = 43.07%
G = 36.5%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECC870 (or 0xECC870) is known color: Golden Sand. HEX triplet: EC, C8 and 70. RGB value is (236,200,112). Sum of RGB (Red+Green+Blue) = 236+200+112=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC870 is #13378F. Grayscale: #C9C9C9. Windows color (decimal): -1259408 or 7391468. OLE color: 7391468.

HSL color Cylindrical-coordinate representation of color #ECC870: hue angle of 42.58º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECC870 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 200 112 -
CMYK 0 0.15 0.53 0.07
HSL 42.58º 0.77% 0.68% -
HSV(B) 42.58º 0.53% 0.93% -
XYZ 58.17 60.31 23.9 -
YUV 200.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 236 200 112 0 0.15 0.53 0.07 42.58 0.77 0.68
Hex EC C8 70 0 F 35 7 2B 4D 44
Octal 354 310 160 0 17 65 7 53 115 104
Binary 11101100 11001000 1110000 0 1111 110101 111 101011 1001101 1000100

Color Harmonies of #ECC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC870

Black with #ECC870

Text Example


Text Example

White with #ECC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC870; }

 p { color: rgb(236,200,112); }

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

background-color css

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

 a { background-color: rgb(236,200,112); }

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

border-color css

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

 span { border-color: rgb(236,200,112); }

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