Html Css Color HEX #ECB02E Gold Tips

📋 copy color: '#ECB02E'

red 236 ◦ green 176 ◦ blue 46

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

Shades of Gold Tips #ECB02E

Tints of Gold Tips #ECB02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.04%

R = 51.53%
G = 38.43%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECB02E (or 0xECB02E) is known color: Gold Tips. HEX triplet: EC, B0 and 2E. RGB value is (236,176,46). Sum of RGB (Red+Green+Blue) = 236+176+46=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB02E is #134FD1. Grayscale: #B3B3B3. Windows color (decimal): -1265618 or 3059948. OLE color: 3059948.

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

Color convert

RGB 236 176 46 -
CMYK 0 0.25 0.81 0.07
HSL 41.05º 0.83% 0.55% -
HSV(B) 41.05º 0.81% 0.93% -
XYZ 50.61 49.08 9.39 -
YUV 179.12 52.88 168.57 -
System Red Green Blue C M Y K H S L
Decimal 236 176 46 0 0.25 0.81 0.07 41.05 0.83 0.55
Hex EC B0 2E 0 19 51 7 29 53 37
Octal 354 260 56 0 31 121 7 51 123 67
Binary 11101100 10110000 101110 0 11001 1010001 111 101001 1010011 110111

Color Harmonies of #ECB02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB02E

Black with #ECB02E

Text Example


Text Example

White with #ECB02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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