Html Css Color HEX #ECB01D Gold Tips

📋 copy color: '#ECB01D'

red 236 ◦ green 176 ◦ blue 29

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

Shades of Gold Tips #ECB01D

Tints of Gold Tips #ECB01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.58%

R = 53.51%
G = 39.91%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECB01D (or 0xECB01D) is known color: Gold Tips. HEX triplet: EC, B0 and 1D. RGB value is (236,176,29). Sum of RGB (Red+Green+Blue) = 236+176+29=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB01D is #134FE2. Grayscale: #B1B1B1. Windows color (decimal): -1265635 or 1945836. OLE color: 1945836.

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

Color convert

RGB 236 176 29 -
CMYK 0 0.25 0.88 0.07
HSL 42.61º 0.84% 0.52% -
HSV(B) 42.61º 0.88% 0.93% -
XYZ 50.34 48.97 7.96 -
YUV 177.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 236 176 29 0 0.25 0.88 0.07 42.61 0.84 0.52
Hex EC B0 1D 0 19 58 7 2B 54 34
Octal 354 260 35 0 31 130 7 53 124 64
Binary 11101100 10110000 11101 0 11001 1011000 111 101011 1010100 110100

Color Harmonies of #ECB01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB01D

Black with #ECB01D

Text Example


Text Example

White with #ECB01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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