Html Css Color HEX #ECB026 Gold Tips

📋 copy color: '#ECB026'

red 236 ◦ green 176 ◦ blue 38

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

Shades of Gold Tips #ECB026

Tints of Gold Tips #ECB026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.44%

R = 52.44%
G = 39.11%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECB026 (or 0xECB026) is known color: Gold Tips. HEX triplet: EC, B0 and 26. RGB value is (236,176,38). Sum of RGB (Red+Green+Blue) = 236+176+38=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB026 is #134FD9. Grayscale: #B2B2B2. Windows color (decimal): -1265626 or 2535660. OLE color: 2535660.

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

Color convert

RGB 236 176 38 -
CMYK 0 0.25 0.84 0.07
HSL 41.82º 0.84% 0.54% -
HSV(B) 41.82º 0.84% 0.93% -
XYZ 50.47 49.02 8.64 -
YUV 178.21 48.88 169.22 -
System Red Green Blue C M Y K H S L
Decimal 236 176 38 0 0.25 0.84 0.07 41.82 0.84 0.54
Hex EC B0 26 0 19 54 7 2A 54 36
Octal 354 260 46 0 31 124 7 52 124 66
Binary 11101100 10110000 100110 0 11001 1010100 111 101010 1010100 110110

Color Harmonies of #ECB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB026

Black with #ECB026

Text Example


Text Example

White with #ECB026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB026; }

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

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

background-color css

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

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

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

border-color css

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

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

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