Html Css Color HEX #ECC662 Golden Sand

📋 copy color: '#ECC662'

red 236 ◦ green 198 ◦ blue 98

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

Shades of Golden Sand #ECC662

Tints of Golden Sand #ECC662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 44.36%
G = 37.22%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECC662 (or 0xECC662) is known color: Golden Sand. HEX triplet: EC, C6 and 62. RGB value is (236,198,98). Sum of RGB (Red+Green+Blue) = 236+198+98=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC662 is #13399D. Grayscale: #C6C6C6. Windows color (decimal): -1259934 or 6473452. OLE color: 6473452.

HSL color Cylindrical-coordinate representation of color #ECC662: hue angle of 43.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC662 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 98 -
CMYK 0 0.16 0.58 0.07
HSL 43.48º 0.78% 0.65% -
HSV(B) 43.48º 0.58% 0.93% -
XYZ 56.99 59.1 19.96 -
YUV 197.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 236 198 98 0 0.16 0.58 0.07 43.48 0.78 0.65
Hex EC C6 62 0 10 3A 7 2B 4E 41
Octal 354 306 142 0 20 72 7 53 116 101
Binary 11101100 11000110 1100010 0 10000 111010 111 101011 1001110 1000001

Color Harmonies of #ECC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC662

Black with #ECC662

Text Example


Text Example

White with #ECC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC662; }

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

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

background-color css

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

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

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

border-color css

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

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

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