Html Css Color HEX #ECD508 Gold

📋 copy color: '#ECD508'

red 236 ◦ green 213 ◦ blue 8

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

Shades of Gold #ECD508

Tints of Gold #ECD508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.61%

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 51.64%
G = 46.61%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD508 (or 0xECD508) is known color: Gold. HEX triplet: EC, D5 and 08. RGB value is (236,213,8). Sum of RGB (Red+Green+Blue) = 236+213+8=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD508 is #132AF7. Grayscale: #C5C5C5. Windows color (decimal): -1256184 or 579052. OLE color: 579052.

HSL color Cylindrical-coordinate representation of color #ECD508: hue angle of 53.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECD508 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 8 -
CMYK 0 0.10 0.97 0.07
HSL 53.95º 0.93% 0.48% -
HSV(B) 53.95º 0.97% 0.93% -
XYZ 58.43 65.44 9.78 -
YUV 196.51 21.62 156.17 -
System Red Green Blue C M Y K H S L
Decimal 236 213 8 0 0.10 0.97 0.07 53.95 0.93 0.48
Hex EC D5 8 0 A 61 7 36 5D 30
Octal 354 325 10 0 12 141 7 66 135 60
Binary 11101100 11010101 1000 0 1010 1100001 111 110110 1011101 110000

Color Harmonies of #ECD508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD508

Black with #ECD508

Text Example


Text Example

White with #ECD508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD508; }

 p { color: rgb(236,213,8); }

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

background-color css

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

 a { background-color: rgb(236,213,8); }

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

border-color css

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

 span { border-color: rgb(236,213,8); }

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