Html Css Color HEX #ECB110 Dark Tangerine

📋 copy color: '#ECB110'

red 236 ◦ green 177 ◦ blue 16

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

Shades of Dark Tangerine #ECB110

Tints of Dark Tangerine #ECB110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 55.01%
G = 41.26%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECB110 (or 0xECB110) is known color: Dark Tangerine. HEX triplet: EC, B1 and 10. RGB value is (236,177,16). Sum of RGB (Red+Green+Blue) = 236+177+16=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB110 is #134EEF. Grayscale: #B0B0B0. Windows color (decimal): -1265392 or 1094124. OLE color: 1094124.

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

Color convert

RGB 236 177 16 -
CMYK 0 0.25 0.93 0.07
HSL 43.91º 0.87% 0.49% -
HSV(B) 43.91º 0.93% 0.93% -
XYZ 50.41 49.31 7.35 -
YUV 176.29 37.55 170.59 -
System Red Green Blue C M Y K H S L
Decimal 236 177 16 0 0.25 0.93 0.07 43.91 0.87 0.49
Hex EC B1 10 0 19 5D 7 2C 57 31
Octal 354 261 20 0 31 135 7 54 127 61
Binary 11101100 10110001 10000 0 11001 1011101 111 101100 1010111 110001

Color Harmonies of #ECB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB110

Black with #ECB110

Text Example


Text Example

White with #ECB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB110; }

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

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

background-color css

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

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

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

border-color css

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

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

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