Html Css Color HEX #ECC962 Golden Sand

📋 copy color: '#ECC962'

red 236 ◦ green 201 ◦ blue 98

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

Shades of Golden Sand #ECC962

Tints of Golden Sand #ECC962

RGB

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

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

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

R = 44.11%
G = 37.57%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECC962 (or 0xECC962) is known color: Golden Sand. HEX triplet: EC, C9 and 62. RGB value is (236,201,98). Sum of RGB (Red+Green+Blue) = 236+201+98=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC962 is #13369D. Grayscale: #C8C8C8. Windows color (decimal): -1259166 or 6474220. OLE color: 6474220.

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

Color convert

RGB 236 201 98 -
CMYK 0 0.15 0.58 0.07
HSL 44.78º 0.78% 0.65% -
HSV(B) 44.78º 0.58% 0.93% -
XYZ 57.68 60.49 20.19 -
YUV 199.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 236 201 98 0 0.15 0.58 0.07 44.78 0.78 0.65
Hex EC C9 62 0 F 3A 7 2D 4E 41
Octal 354 311 142 0 17 72 7 55 116 101
Binary 11101100 11001001 1100010 0 1111 111010 111 101101 1001110 1000001

Color Harmonies of #ECC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC962

Black with #ECC962

Text Example


Text Example

White with #ECC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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