Html Css Color HEX #ECB22B Gold Tips

📋 copy color: '#ECB22B'

red 236 ◦ green 178 ◦ blue 43

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

Shades of Gold Tips #ECB22B

Tints of Gold Tips #ECB22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.41%

R = 51.64%
G = 38.95%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECB22B (or 0xECB22B) is known color: Gold Tips. HEX triplet: EC, B2 and 2B. RGB value is (236,178,43). Sum of RGB (Red+Green+Blue) = 236+178+43=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB22B is #134DD4. Grayscale: #B4B4B4. Windows color (decimal): -1265109 or 2863852. OLE color: 2863852.

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

Color convert

RGB 236 178 43 -
CMYK 0 0.25 0.82 0.07
HSL 41.97º 0.84% 0.55% -
HSV(B) 41.97º 0.82% 0.93% -
XYZ 50.95 49.85 9.22 -
YUV 179.95 50.72 167.98 -
System Red Green Blue C M Y K H S L
Decimal 236 178 43 0 0.25 0.82 0.07 41.97 0.84 0.55
Hex EC B2 2B 0 19 52 7 2A 54 37
Octal 354 262 53 0 31 122 7 52 124 67
Binary 11101100 10110010 101011 0 11001 1010010 111 101010 1010100 110111

Color Harmonies of #ECB22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB22B

Black with #ECB22B

Text Example


Text Example

White with #ECB22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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