Html Css Color HEX #ECAD28 Gold Tips

📋 copy color: '#ECAD28'

red 236 ◦ green 173 ◦ blue 40

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

Shades of Gold Tips #ECAD28

Tints of Gold Tips #ECAD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.53%

 BLUE value IS 40 (16.02% from 255) = 8.91%

R = 52.56%
G = 38.53%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECAD28 (or 0xECAD28) is known color: Gold Tips. HEX triplet: EC, AD and 28. RGB value is (236,173,40). Sum of RGB (Red+Green+Blue) = 236+173+40=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD28 is #1352D7. Grayscale: #B1B1B1. Windows color (decimal): -1266392 or 2665964. OLE color: 2665964.

HSL color Cylindrical-coordinate representation of color #ECAD28: hue angle of 40.71º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECAD28 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 173 40 -
CMYK 0 0.27 0.83 0.07
HSL 40.71º 0.84% 0.54% -
HSV(B) 40.71º 0.83% 0.93% -
XYZ 49.92 47.87 8.62 -
YUV 176.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 236 173 40 0 0.27 0.83 0.07 40.71 0.84 0.54
Hex EC AD 28 0 1B 53 7 29 54 36
Octal 354 255 50 0 33 123 7 51 124 66
Binary 11101100 10101101 101000 0 11011 1010011 111 101001 1010100 110110

Color Harmonies of #ECAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD28

Black with #ECAD28

Text Example


Text Example

White with #ECAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD28; }

 p { color: rgb(236,173,40); }

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

background-color css

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

 a { background-color: rgb(236,173,40); }

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

border-color css

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

 span { border-color: rgb(236,173,40); }

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