Html Css Color HEX #ECB024 Gold Tips

📋 copy color: '#ECB024'

red 236 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #ECB024

Tints of Gold Tips #ECB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.04%

R = 52.68%
G = 39.29%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ECB024 (or 0xECB024) is known color: Gold Tips. HEX triplet: EC, B0 and 24. RGB value is (236,176,36). Sum of RGB (Red+Green+Blue) = 236+176+36=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB024 is #134FDB. Grayscale: #B2B2B2. Windows color (decimal): -1265628 or 2404588. OLE color: 2404588.

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

Color convert

RGB 236 176 36 -
CMYK 0 0.25 0.85 0.07
HSL 42º 0.84% 0.53% -
HSV(B) 42º 0.85% 0.93% -
XYZ 50.44 49.01 8.47 -
YUV 177.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 236 176 36 0 0.25 0.85 0.07 42 0.84 0.53
Hex EC B0 24 0 19 55 7 2A 54 35
Octal 354 260 44 0 31 125 7 52 124 65
Binary 11101100 10110000 100100 0 11001 1010101 111 101010 1010100 110101

Color Harmonies of #ECB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB024

Black with #ECB024

Text Example


Text Example

White with #ECB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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