Html Css Color HEX #ECB11E Gold Tips

📋 copy color: '#ECB11E'

red 236 ◦ green 177 ◦ blue 30

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

Shades of Gold Tips #ECB11E

Tints of Gold Tips #ECB11E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.95%

 BLUE value IS 30 (12.11% from 255) = 6.77%

R = 53.27%
G = 39.95%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECB11E (or 0xECB11E) is known color: Gold Tips. HEX triplet: EC, B1 and 1E. RGB value is (236,177,30). Sum of RGB (Red+Green+Blue) = 236+177+30=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB11E is #134EE1. Grayscale: #B2B2B2. Windows color (decimal): -1265378 or 2011628. OLE color: 2011628.

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

Color convert

RGB 236 177 30 -
CMYK 0 0.25 0.87 0.07
HSL 42.82º 0.84% 0.52% -
HSV(B) 42.82º 0.87% 0.93% -
XYZ 50.55 49.37 8.09 -
YUV 177.88 44.55 169.45 -
System Red Green Blue C M Y K H S L
Decimal 236 177 30 0 0.25 0.87 0.07 42.82 0.84 0.52
Hex EC B1 1E 0 19 57 7 2B 54 34
Octal 354 261 36 0 31 127 7 53 124 64
Binary 11101100 10110001 11110 0 11001 1010111 111 101011 1010100 110100

Color Harmonies of #ECB11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB11E

Black with #ECB11E

Text Example


Text Example

White with #ECB11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB11E; }

 p { color: rgb(236,177,30); }

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

background-color css

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

 a { background-color: rgb(236,177,30); }

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

border-color css

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

 span { border-color: rgb(236,177,30); }

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