Html Css Color HEX #ECB226 Gold Tips

📋 copy color: '#ECB226'

red 236 ◦ green 178 ◦ blue 38

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

Shades of Gold Tips #ECB226

Tints of Gold Tips #ECB226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.41%

R = 52.21%
G = 39.38%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECB226 (or 0xECB226) is known color: Gold Tips. HEX triplet: EC, B2 and 26. RGB value is (236,178,38). Sum of RGB (Red+Green+Blue) = 236+178+38=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB226 is #134DD9. Grayscale: #B4B4B4. Windows color (decimal): -1265114 or 2536172. OLE color: 2536172.

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

Color convert

RGB 236 178 38 -
CMYK 0 0.25 0.84 0.07
HSL 42.42º 0.84% 0.54% -
HSV(B) 42.42º 0.84% 0.93% -
XYZ 50.86 49.81 8.77 -
YUV 179.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 236 178 38 0 0.25 0.84 0.07 42.42 0.84 0.54
Hex EC B2 26 0 19 54 7 2A 54 36
Octal 354 262 46 0 31 124 7 52 124 66
Binary 11101100 10110010 100110 0 11001 1010100 111 101010 1010100 110110

Color Harmonies of #ECB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB226

Black with #ECB226

Text Example


Text Example

White with #ECB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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