Html Css Color HEX #ECA81C Gold Tips

📋 copy color: '#ECA81C'

red 236 ◦ green 168 ◦ blue 28

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

Shades of Gold Tips #ECA81C

Tints of Gold Tips #ECA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 28 (11.33% from 255) = 6.48%

R = 54.63%
G = 38.89%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECA81C (or 0xECA81C) is known color: Gold Tips. HEX triplet: EC, A8 and 1C. RGB value is (236,168,28). Sum of RGB (Red+Green+Blue) = 236+168+28=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA81C is #1357E3. Grayscale: #ADADAD. Windows color (decimal): -1267684 or 1878252. OLE color: 1878252.

HSL color Cylindrical-coordinate representation of color #ECA81C: hue angle of 40.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECA81C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 168 28 -
CMYK 0 0.29 0.88 0.07
HSL 40.38º 0.85% 0.52% -
HSV(B) 40.38º 0.88% 0.93% -
XYZ 48.8 45.92 7.39 -
YUV 172.37 46.53 173.38 -
System Red Green Blue C M Y K H S L
Decimal 236 168 28 0 0.29 0.88 0.07 40.38 0.85 0.52
Hex EC A8 1C 0 1D 58 7 28 55 34
Octal 354 250 34 0 35 130 7 50 125 64
Binary 11101100 10101000 11100 0 11101 1011000 111 101000 1010101 110100

Color Harmonies of #ECA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA81C

Black with #ECA81C

Text Example


Text Example

White with #ECA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA81C; }

 p { color: rgb(236,168,28); }

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

background-color css

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

 a { background-color: rgb(236,168,28); }

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

border-color css

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

 span { border-color: rgb(236,168,28); }

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