Html Css Color HEX #ECB022 Gold Tips

📋 copy color: '#ECB022'

red 236 ◦ green 176 ◦ blue 34

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

Shades of Gold Tips #ECB022

Tints of Gold Tips #ECB022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.46%

 BLUE value IS 34 (13.67% from 255) = 7.62%

R = 52.91%
G = 39.46%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECB022 (or 0xECB022) is known color: Gold Tips. HEX triplet: EC, B0 and 22. RGB value is (236,176,34). Sum of RGB (Red+Green+Blue) = 236+176+34=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB022 is #134FDD. Grayscale: #B2B2B2. Windows color (decimal): -1265630 or 2273516. OLE color: 2273516.

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

Color convert

RGB 236 176 34 -
CMYK 0 0.25 0.86 0.07
HSL 42.18º 0.84% 0.53% -
HSV(B) 42.18º 0.86% 0.93% -
XYZ 50.41 49 8.31 -
YUV 177.75 46.88 169.55 -
System Red Green Blue C M Y K H S L
Decimal 236 176 34 0 0.25 0.86 0.07 42.18 0.84 0.53
Hex EC B0 22 0 19 56 7 2A 54 35
Octal 354 260 42 0 31 126 7 52 124 65
Binary 11101100 10110000 100010 0 11001 1010110 111 101010 1010100 110101

Color Harmonies of #ECB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB022

Black with #ECB022

Text Example


Text Example

White with #ECB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB022; }

 p { color: rgb(236,176,34); }

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

background-color css

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

 a { background-color: rgb(236,176,34); }

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

border-color css

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

 span { border-color: rgb(236,176,34); }

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