Html Css Color HEX #ECB20F Dark Tangerine

📋 copy color: '#ECB20F'

red 236 ◦ green 178 ◦ blue 15

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

Shades of Dark Tangerine #ECB20F

Tints of Dark Tangerine #ECB20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 55.01%
G = 41.49%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECB20F (or 0xECB20F) is known color: Dark Tangerine. HEX triplet: EC, B2 and 0F. RGB value is (236,178,15). Sum of RGB (Red+Green+Blue) = 236+178+15=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB20F is #134DF0. Grayscale: #B1B1B1. Windows color (decimal): -1265137 or 1028844. OLE color: 1028844.

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

Color convert

RGB 236 178 15 -
CMYK 0 0.25 0.94 0.07
HSL 44.25º 0.88% 0.49% -
HSV(B) 44.25º 0.94% 0.93% -
XYZ 50.6 49.71 7.38 -
YUV 176.76 36.72 170.25 -
System Red Green Blue C M Y K H S L
Decimal 236 178 15 0 0.25 0.94 0.07 44.25 0.88 0.49
Hex EC B2 F 0 19 5E 7 2C 58 31
Octal 354 262 17 0 31 136 7 54 130 61
Binary 11101100 10110010 1111 0 11001 1011110 111 101100 1011000 110001

Color Harmonies of #ECB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB20F

Black with #ECB20F

Text Example


Text Example

White with #ECB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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