Html Css Color HEX #ECC462 Golden Sand

📋 copy color: '#ECC462'

red 236 ◦ green 196 ◦ blue 98

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

Shades of Golden Sand #ECC462

Tints of Golden Sand #ECC462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

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

R = 44.53%
G = 36.98%
B = 18.49%

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

#ECC462 (or 0xECC462) is known color: Golden Sand. HEX triplet: EC, C4 and 62. RGB value is (236,196,98). Sum of RGB (Red+Green+Blue) = 236+196+98=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC462 is #133B9D. Grayscale: #C5C5C5. Windows color (decimal): -1260446 or 6472940. OLE color: 6472940.

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

Color convert

RGB 236 196 98 -
CMYK 0 0.17 0.58 0.07
HSL 42.61º 0.78% 0.65% -
HSV(B) 42.61º 0.58% 0.93% -
XYZ 56.54 58.19 19.81 -
YUV 196.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 236 196 98 0 0.17 0.58 0.07 42.61 0.78 0.65
Hex EC C4 62 0 11 3A 7 2B 4E 41
Octal 354 304 142 0 21 72 7 53 116 101
Binary 11101100 11000100 1100010 0 10001 111010 111 101011 1001110 1000001

Color Harmonies of #ECC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC462

Black with #ECC462

Text Example


Text Example

White with #ECC462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC462; }

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

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

background-color css

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

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

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

border-color css

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

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

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