Html Css Color HEX #ECB323 Gold Tips

📋 copy color: '#ECB323'

red 236 ◦ green 179 ◦ blue 35

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

Shades of Gold Tips #ECB323

Tints of Gold Tips #ECB323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 35 (14.06% from 255) = 7.78%

R = 52.44%
G = 39.78%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ECB323 (or 0xECB323) is known color: Gold Tips. HEX triplet: EC, B3 and 23. RGB value is (236,179,35). Sum of RGB (Red+Green+Blue) = 236+179+35=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB323 is #134CDC. Grayscale: #B4B4B4. Windows color (decimal): -1264861 or 2339820. OLE color: 2339820.

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

Color convert

RGB 236 179 35 -
CMYK 0 0.24 0.85 0.07
HSL 42.99º 0.84% 0.53% -
HSV(B) 42.99º 0.85% 0.93% -
XYZ 51.02 50.19 8.59 -
YUV 179.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 236 179 35 0 0.24 0.85 0.07 42.99 0.84 0.53
Hex EC B3 23 0 18 55 7 2B 54 35
Octal 354 263 43 0 30 125 7 53 124 65
Binary 11101100 10110011 100011 0 11000 1010101 111 101011 1010100 110101

Color Harmonies of #ECB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB323

Black with #ECB323

Text Example


Text Example

White with #ECB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB323; }

 p { color: rgb(236,179,35); }

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

background-color css

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

 a { background-color: rgb(236,179,35); }

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

border-color css

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

 span { border-color: rgb(236,179,35); }

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