Html Css Color HEX #ECB01E Gold Tips

📋 copy color: '#ECB01E'

red 236 ◦ green 176 ◦ blue 30

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

Shades of Gold Tips #ECB01E

Tints of Gold Tips #ECB01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.79%

R = 53.39%
G = 39.82%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECB01E (or 0xECB01E) is known color: Gold Tips. HEX triplet: EC, B0 and 1E. RGB value is (236,176,30). Sum of RGB (Red+Green+Blue) = 236+176+30=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB01E is #134FE1. Grayscale: #B1B1B1. Windows color (decimal): -1265634 or 2011372. OLE color: 2011372.

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

Color convert

RGB 236 176 30 -
CMYK 0 0.25 0.87 0.07
HSL 42.52º 0.84% 0.52% -
HSV(B) 42.52º 0.87% 0.93% -
XYZ 50.35 48.98 8.03 -
YUV 177.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 236 176 30 0 0.25 0.87 0.07 42.52 0.84 0.52
Hex EC B0 1E 0 19 57 7 2B 54 34
Octal 354 260 36 0 31 127 7 53 124 64
Binary 11101100 10110000 11110 0 11001 1010111 111 101011 1010100 110100

Color Harmonies of #ECB01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB01E

Black with #ECB01E

Text Example


Text Example

White with #ECB01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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