Html Css Color HEX #ECB228 Gold Tips

📋 copy color: '#ECB228'

red 236 ◦ green 178 ◦ blue 40

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

Shades of Gold Tips #ECB228

Tints of Gold Tips #ECB228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 51.98%
G = 39.21%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECB228 (or 0xECB228) is known color: Gold Tips. HEX triplet: EC, B2 and 28. RGB value is (236,178,40). Sum of RGB (Red+Green+Blue) = 236+178+40=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB228 is #134DD7. Grayscale: #B4B4B4. Windows color (decimal): -1265112 or 2667244. OLE color: 2667244.

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

Color convert

RGB 236 178 40 -
CMYK 0 0.25 0.83 0.07
HSL 42.24º 0.84% 0.54% -
HSV(B) 42.24º 0.83% 0.93% -
XYZ 50.9 49.83 8.94 -
YUV 179.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 236 178 40 0 0.25 0.83 0.07 42.24 0.84 0.54
Hex EC B2 28 0 19 53 7 2A 54 36
Octal 354 262 50 0 31 123 7 52 124 66
Binary 11101100 10110010 101000 0 11001 1010011 111 101010 1010100 110110

Color Harmonies of #ECB228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB228

Black with #ECB228

Text Example


Text Example

White with #ECB228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB228; }

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

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

background-color css

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

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

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

border-color css

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

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

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