Html Css Color HEX #ECC96F Golden Sand

📋 copy color: '#ECC96F'

red 236 ◦ green 201 ◦ blue 111

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

Shades of Golden Sand #ECC96F

Tints of Golden Sand #ECC96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.26%

R = 43.07%
G = 36.68%
B = 20.26%

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

#ECC96F (or 0xECC96F) is known color: Golden Sand. HEX triplet: EC, C9 and 6F. RGB value is (236,201,111). Sum of RGB (Red+Green+Blue) = 236+201+111=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC96F is #133690. Grayscale: #C9C9C9. Windows color (decimal): -1259153 or 7326188. OLE color: 7326188.

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

Color convert

RGB 236 201 111 -
CMYK 0 0.15 0.53 0.07
HSL 43.2º 0.77% 0.68% -
HSV(B) 43.2º 0.53% 0.93% -
XYZ 58.35 60.75 23.69 -
YUV 201.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 236 201 111 0 0.15 0.53 0.07 43.2 0.77 0.68
Hex EC C9 6F 0 F 35 7 2B 4D 44
Octal 354 311 157 0 17 65 7 53 115 104
Binary 11101100 11001001 1101111 0 1111 110101 111 101011 1001101 1000100

Color Harmonies of #ECC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC96F

Black with #ECC96F

Text Example


Text Example

White with #ECC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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