Html Css Color HEX #ECB20D Dark Tangerine

📋 copy color: '#ECB20D'

red 236 ◦ green 178 ◦ blue 13

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

Shades of Dark Tangerine #ECB20D

Tints of Dark Tangerine #ECB20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 55.27%
G = 41.69%
B = 3.04%

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

#ECB20D (or 0xECB20D) is known color: Dark Tangerine. HEX triplet: EC, B2 and 0D. RGB value is (236,178,13). Sum of RGB (Red+Green+Blue) = 236+178+13=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB20D is #134DF2. Grayscale: #B1B1B1. Windows color (decimal): -1265139 or 897772. OLE color: 897772.

HSL color Cylindrical-coordinate representation of color #ECB20D: hue angle of 44.39º degrees, saturation: 0.9, 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 #ECB20D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 13 -
CMYK 0 0.25 0.94 0.07
HSL 44.39º 0.9% 0.49% -
HSV(B) 44.39º 0.94% 0.93% -
XYZ 50.59 49.7 7.31 -
YUV 176.53 35.72 170.42 -
System Red Green Blue C M Y K H S L
Decimal 236 178 13 0 0.25 0.94 0.07 44.39 0.9 0.49
Hex EC B2 D 0 19 5E 7 2C 5A 31
Octal 354 262 15 0 31 136 7 54 132 61
Binary 11101100 10110010 1101 0 11001 1011110 111 101100 1011010 110001

Color Harmonies of #ECB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB20D

Black with #ECB20D

Text Example


Text Example

White with #ECB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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