Html Css Color HEX #ECC96B Golden Sand

📋 copy color: '#ECC96B'

red 236 ◦ green 201 ◦ blue 107

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

Shades of Golden Sand #ECC96B

Tints of Golden Sand #ECC96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 43.38%
G = 36.95%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECC96B (or 0xECC96B) is known color: Golden Sand. HEX triplet: EC, C9 and 6B. RGB value is (236,201,107). Sum of RGB (Red+Green+Blue) = 236+201+107=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC96B is #133694. Grayscale: #C9C9C9. Windows color (decimal): -1259157 or 7064044. OLE color: 7064044.

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

Color convert

RGB 236 201 107 -
CMYK 0 0.15 0.55 0.07
HSL 43.72º 0.77% 0.67% -
HSV(B) 43.72º 0.55% 0.93% -
XYZ 58.13 60.67 22.56 -
YUV 200.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 236 201 107 0 0.15 0.55 0.07 43.72 0.77 0.67
Hex EC C9 6B 0 F 37 7 2C 4D 43
Octal 354 311 153 0 17 67 7 54 115 103
Binary 11101100 11001001 1101011 0 1111 110111 111 101100 1001101 1000011

Color Harmonies of #ECC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC96B

Black with #ECC96B

Text Example


Text Example

White with #ECC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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