Html Css Color HEX #ECB30E Dark Tangerine

📋 copy color: '#ECB30E'

red 236 ◦ green 179 ◦ blue 14

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

Shades of Dark Tangerine #ECB30E

Tints of Dark Tangerine #ECB30E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 55.01%
G = 41.72%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECB30E (or 0xECB30E) is known color: Dark Tangerine. HEX triplet: EC, B3 and 0E. RGB value is (236,179,14). Sum of RGB (Red+Green+Blue) = 236+179+14=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB30E is #134CF1. Grayscale: #B1B1B1. Windows color (decimal): -1264882 or 963564. OLE color: 963564.

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

Color convert

RGB 236 179 14 -
CMYK 0 0.24 0.94 0.07
HSL 44.59º 0.89% 0.49% -
HSV(B) 44.59º 0.94% 0.93% -
XYZ 50.79 50.1 7.41 -
YUV 177.23 35.88 169.92 -
System Red Green Blue C M Y K H S L
Decimal 236 179 14 0 0.24 0.94 0.07 44.59 0.89 0.49
Hex EC B3 E 0 18 5E 7 2D 59 31
Octal 354 263 16 0 30 136 7 55 131 61
Binary 11101100 10110011 1110 0 11000 1011110 111 101101 1011001 110001

Color Harmonies of #ECB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB30E

Black with #ECB30E

Text Example


Text Example

White with #ECB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB30E; }

 p { color: rgb(236,179,14); }

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

background-color css

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

 a { background-color: rgb(236,179,14); }

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

border-color css

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

 span { border-color: rgb(236,179,14); }

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