Html Css Color HEX #ECAE14 Dark Tangerine

📋 copy color: '#ECAE14'

red 236 ◦ green 174 ◦ blue 20

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

Shades of Dark Tangerine #ECAE14

Tints of Dark Tangerine #ECAE14

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.47%

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

R = 54.88%
G = 40.47%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECAE14 (or 0xECAE14) is known color: Dark Tangerine. HEX triplet: EC, AE and 14. RGB value is (236,174,20). Sum of RGB (Red+Green+Blue) = 236+174+20=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE14 is #1351EB. Grayscale: #AFAFAF. Windows color (decimal): -1266156 or 1355500. OLE color: 1355500.

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

Color convert

RGB 236 174 20 -
CMYK 0 0.26 0.92 0.07
HSL 42.78º 0.85% 0.5% -
HSV(B) 42.78º 0.92% 0.93% -
XYZ 49.85 48.16 7.33 -
YUV 174.98 40.54 171.52 -
System Red Green Blue C M Y K H S L
Decimal 236 174 20 0 0.26 0.92 0.07 42.78 0.85 0.5
Hex EC AE 14 0 1A 5C 7 2B 55 32
Octal 354 256 24 0 32 134 7 53 125 62
Binary 11101100 10101110 10100 0 11010 1011100 111 101011 1010101 110010

Color Harmonies of #ECAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE14

Black with #ECAE14

Text Example


Text Example

White with #ECAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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