Html Css Color HEX #ECB224 Gold Tips

📋 copy color: '#ECB224'

red 236 ◦ green 178 ◦ blue 36

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

Shades of Gold Tips #ECB224

Tints of Gold Tips #ECB224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8%

R = 52.44%
G = 39.56%
B = 8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ECB224 (or 0xECB224) is known color: Gold Tips. HEX triplet: EC, B2 and 24. RGB value is (236,178,36). Sum of RGB (Red+Green+Blue) = 236+178+36=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB224 is #134DDB. Grayscale: #B3B3B3. Windows color (decimal): -1265116 or 2405100. OLE color: 2405100.

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

Color convert

RGB 236 178 36 -
CMYK 0 0.25 0.85 0.07
HSL 42.6º 0.84% 0.53% -
HSV(B) 42.6º 0.85% 0.93% -
XYZ 50.83 49.8 8.6 -
YUV 179.15 47.22 168.55 -
System Red Green Blue C M Y K H S L
Decimal 236 178 36 0 0.25 0.85 0.07 42.6 0.84 0.53
Hex EC B2 24 0 19 55 7 2B 54 35
Octal 354 262 44 0 31 125 7 53 124 65
Binary 11101100 10110010 100100 0 11001 1010101 111 101011 1010100 110101

Color Harmonies of #ECB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB224

Black with #ECB224

Text Example


Text Example

White with #ECB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB224; }

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

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

background-color css

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

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

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

border-color css

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

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

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