Html Css Color HEX #ECA900 Orange

📋 copy color: '#ECA900'

red 236 ◦ green 169 ◦ blue 0

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

Shades of Orange #ECA900

Tints of Orange #ECA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.27%
G = 41.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECA900 (or 0xECA900) is known color: Orange. HEX triplet: EC, A9 and 00. RGB value is (236,169,0). Sum of RGB (Red+Green+Blue) = 236+169+0=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA900 is #1356FF. Grayscale: #AAAAAA. Windows color (decimal): -1267456 or 43500. OLE color: 43500.

HSL color Cylindrical-coordinate representation of color #ECA900: hue angle of 42.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECA900 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 169 0 -
CMYK 0 0.28 1 0.07
HSL 42.97º 1% 0.46% -
HSV(B) 42.97º 1% 0.93% -
XYZ 48.78 46.21 6.35 -
YUV 169.77 32.2 175.24 -
System Red Green Blue C M Y K H S L
Decimal 236 169 0 0 0.28 1 0.07 42.97 1 0.46
Hex EC A9 0 0 1C 64 7 2B 64 2E
Octal 354 251 0 0 34 144 7 53 144 56
Binary 11101100 10101001 0 0 11100 1100100 111 101011 1100100 101110

Color Harmonies of #ECA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA900

Black with #ECA900

Text Example


Text Example

White with #ECA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA900; }

 p { color: rgb(236,169,0); }

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

background-color css

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

 a { background-color: rgb(236,169,0); }

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

border-color css

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

 span { border-color: rgb(236,169,0); }

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