Html Css Color HEX #ECC76B Golden Sand

📋 copy color: '#ECC76B'

red 236 ◦ green 199 ◦ blue 107

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

Shades of Golden Sand #ECC76B

Tints of Golden Sand #ECC76B

RGB

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

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

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

R = 43.54%
G = 36.72%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECC76B (or 0xECC76B) is known color: Golden Sand. HEX triplet: EC, C7 and 6B. RGB value is (236,199,107). Sum of RGB (Red+Green+Blue) = 236+199+107=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC76B is #133894. Grayscale: #C7C7C7. Windows color (decimal): -1259669 or 7063532. OLE color: 7063532.

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

Color convert

RGB 236 199 107 -
CMYK 0 0.16 0.55 0.07
HSL 42.79º 0.77% 0.67% -
HSV(B) 42.79º 0.55% 0.93% -
XYZ 57.67 59.74 22.4 -
YUV 199.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 236 199 107 0 0.16 0.55 0.07 42.79 0.77 0.67
Hex EC C7 6B 0 10 37 7 2B 4D 43
Octal 354 307 153 0 20 67 7 53 115 103
Binary 11101100 11000111 1101011 0 10000 110111 111 101011 1001101 1000011

Color Harmonies of #ECC76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC76B

Black with #ECC76B

Text Example


Text Example

White with #ECC76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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