Html Css Color HEX #ECB21D Gold Tips

📋 copy color: '#ECB21D'

red 236 ◦ green 178 ◦ blue 29

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

Shades of Gold Tips #ECB21D

Tints of Gold Tips #ECB21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

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

R = 53.27%
G = 40.18%
B = 6.55%

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

#ECB21D (or 0xECB21D) is known color: Gold Tips. HEX triplet: EC, B2 and 1D. RGB value is (236,178,29). Sum of RGB (Red+Green+Blue) = 236+178+29=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB21D is #134DE2. Grayscale: #B3B3B3. Windows color (decimal): -1265123 or 1946348. OLE color: 1946348.

HSL color Cylindrical-coordinate representation of color #ECB21D: hue angle of 43.19º 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 #ECB21D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 29 -
CMYK 0 0.25 0.88 0.07
HSL 43.19º 0.84% 0.52% -
HSV(B) 43.19º 0.88% 0.93% -
XYZ 50.73 49.76 8.09 -
YUV 178.36 43.72 169.12 -
System Red Green Blue C M Y K H S L
Decimal 236 178 29 0 0.25 0.88 0.07 43.19 0.84 0.52
Hex EC B2 1D 0 19 58 7 2B 54 34
Octal 354 262 35 0 31 130 7 53 124 64
Binary 11101100 10110010 11101 0 11001 1011000 111 101011 1010100 110100

Color Harmonies of #ECB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB21D

Black with #ECB21D

Text Example


Text Example

White with #ECB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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