Html Css Color HEX #ECC463 Golden Sand

📋 copy color: '#ECC463'

red 236 ◦ green 196 ◦ blue 99

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

Shades of Golden Sand #ECC463

Tints of Golden Sand #ECC463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.64%

R = 44.44%
G = 36.91%
B = 18.64%

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

#ECC463 (or 0xECC463) is known color: Golden Sand. HEX triplet: EC, C4 and 63. RGB value is (236,196,99). Sum of RGB (Red+Green+Blue) = 236+196+99=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC463 is #133B9C. Grayscale: #C5C5C5. Windows color (decimal): -1260445 or 6538476. OLE color: 6538476.

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

Color convert

RGB 236 196 99 -
CMYK 0 0.17 0.58 0.07
HSL 42.48º 0.78% 0.66% -
HSV(B) 42.48º 0.58% 0.93% -
XYZ 56.58 58.21 20.06 -
YUV 196.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 236 196 99 0 0.17 0.58 0.07 42.48 0.78 0.66
Hex EC C4 63 0 11 3A 7 2A 4E 42
Octal 354 304 143 0 21 72 7 52 116 102
Binary 11101100 11000100 1100011 0 10001 111010 111 101010 1001110 1000010

Color Harmonies of #ECC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC463

Black with #ECC463

Text Example


Text Example

White with #ECC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC463; }

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

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

background-color css

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

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

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

border-color css

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

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

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