Html Css Color HEX #ECC562 Golden Sand

📋 copy color: '#ECC562'

red 236 ◦ green 197 ◦ blue 98

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

Shades of Golden Sand #ECC562

Tints of Golden Sand #ECC562

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.1%

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

R = 44.44%
G = 37.1%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECC562 (or 0xECC562) is known color: Golden Sand. HEX triplet: EC, C5 and 62. RGB value is (236,197,98). Sum of RGB (Red+Green+Blue) = 236+197+98=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC562 is #133A9D. Grayscale: #C5C5C5. Windows color (decimal): -1260190 or 6473196. OLE color: 6473196.

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

Color convert

RGB 236 197 98 -
CMYK 0 0.17 0.58 0.07
HSL 43.04º 0.78% 0.65% -
HSV(B) 43.04º 0.58% 0.93% -
XYZ 56.76 58.65 19.88 -
YUV 197.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 236 197 98 0 0.17 0.58 0.07 43.04 0.78 0.65
Hex EC C5 62 0 11 3A 7 2B 4E 41
Octal 354 305 142 0 21 72 7 53 116 101
Binary 11101100 11000101 1100010 0 10001 111010 111 101011 1001110 1000001

Color Harmonies of #ECC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC562

Black with #ECC562

Text Example


Text Example

White with #ECC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC562; }

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

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

background-color css

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

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

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

border-color css

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

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

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