Html Css Color HEX #ECAD14 Dark Tangerine

📋 copy color: '#ECAD14'

red 236 ◦ green 173 ◦ blue 20

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

Shades of Dark Tangerine #ECAD14

Tints of Dark Tangerine #ECAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 55.01%
G = 40.33%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECAD14 (or 0xECAD14) is known color: Dark Tangerine. HEX triplet: EC, AD and 14. RGB value is (236,173,20). Sum of RGB (Red+Green+Blue) = 236+173+20=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD14 is #1352EB. Grayscale: #AFAFAF. Windows color (decimal): -1266412 or 1355244. OLE color: 1355244.

HSL color Cylindrical-coordinate representation of color #ECAD14: hue angle of 42.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECAD14 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 173 20 -
CMYK 0 0.27 0.92 0.07
HSL 42.5º 0.85% 0.5% -
HSV(B) 42.5º 0.92% 0.93% -
XYZ 49.66 47.77 7.26 -
YUV 174.4 40.87 171.94 -
System Red Green Blue C M Y K H S L
Decimal 236 173 20 0 0.27 0.92 0.07 42.5 0.85 0.5
Hex EC AD 14 0 1B 5C 7 2A 55 32
Octal 354 255 24 0 33 134 7 52 125 62
Binary 11101100 10101101 10100 0 11011 1011100 111 101010 1010101 110010

Color Harmonies of #ECAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD14

Black with #ECAD14

Text Example


Text Example

White with #ECAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD14; }

 p { color: rgb(236,173,20); }

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

background-color css

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

 a { background-color: rgb(236,173,20); }

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

border-color css

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

 span { border-color: rgb(236,173,20); }

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