Html Css Color HEX #ECB00D Dark Tangerine

📋 copy color: '#ECB00D'

red 236 ◦ green 176 ◦ blue 13

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

Shades of Dark Tangerine #ECB00D

Tints of Dark Tangerine #ECB00D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 55.53%
G = 41.41%
B = 3.06%

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

#ECB00D (or 0xECB00D) is known color: Dark Tangerine. HEX triplet: EC, B0 and 0D. RGB value is (236,176,13). Sum of RGB (Red+Green+Blue) = 236+176+13=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB00D is #134FF2. Grayscale: #B0B0B0. Windows color (decimal): -1265651 or 897260. OLE color: 897260.

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

Color convert

RGB 236 176 13 -
CMYK 0 0.25 0.94 0.07
HSL 43.86º 0.9% 0.49% -
HSV(B) 43.86º 0.94% 0.93% -
XYZ 50.19 48.91 7.18 -
YUV 175.36 36.38 171.25 -
System Red Green Blue C M Y K H S L
Decimal 236 176 13 0 0.25 0.94 0.07 43.86 0.9 0.49
Hex EC B0 D 0 19 5E 7 2C 5A 31
Octal 354 260 15 0 31 136 7 54 132 61
Binary 11101100 10110000 1101 0 11001 1011110 111 101100 1011010 110001

Color Harmonies of #ECB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB00D

Black with #ECB00D

Text Example


Text Example

White with #ECB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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