Html Css Color HEX #ECB028 Gold Tips

📋 copy color: '#ECB028'

red 236 ◦ green 176 ◦ blue 40

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

Shades of Gold Tips #ECB028

Tints of Gold Tips #ECB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.94%

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

R = 52.21%
G = 38.94%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECB028 (or 0xECB028) is known color: Gold Tips. HEX triplet: EC, B0 and 28. RGB value is (236,176,40). Sum of RGB (Red+Green+Blue) = 236+176+40=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB028 is #134FD7. Grayscale: #B3B3B3. Windows color (decimal): -1265624 or 2666732. OLE color: 2666732.

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

Color convert

RGB 236 176 40 -
CMYK 0 0.25 0.83 0.07
HSL 41.63º 0.84% 0.54% -
HSV(B) 41.63º 0.83% 0.93% -
XYZ 50.5 49.04 8.81 -
YUV 178.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 236 176 40 0 0.25 0.83 0.07 41.63 0.84 0.54
Hex EC B0 28 0 19 53 7 2A 54 36
Octal 354 260 50 0 31 123 7 52 124 66
Binary 11101100 10110000 101000 0 11001 1010011 111 101010 1010100 110110

Color Harmonies of #ECB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB028

Black with #ECB028

Text Example


Text Example

White with #ECB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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