Html Css Color HEX #ECA600 Orange

📋 copy color: '#ECA600'

red 236 ◦ green 166 ◦ blue 0

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

Shades of Orange #ECA600

Tints of Orange #ECA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 58.71%
G = 41.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECA600 (or 0xECA600) is known color: Orange. HEX triplet: EC, A6 and 00. RGB value is (236,166,0). Sum of RGB (Red+Green+Blue) = 236+166+0=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA600 is #1359FF. Grayscale: #A8A8A8. Windows color (decimal): -1268224 or 42732. OLE color: 42732.

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

Color convert

RGB 236 166 0 -
CMYK 0 0.30 1 0.07
HSL 42.2º 1% 0.46% -
HSV(B) 42.2º 1% 0.93% -
XYZ 48.23 45.11 6.16 -
YUV 168.01 33.19 176.5 -
System Red Green Blue C M Y K H S L
Decimal 236 166 0 0 0.30 1 0.07 42.2 1 0.46
Hex EC A6 0 0 1E 64 7 2A 64 2E
Octal 354 246 0 0 36 144 7 52 144 56
Binary 11101100 10100110 0 0 11110 1100100 111 101010 1100100 101110

Color Harmonies of #ECA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA600

Black with #ECA600

Text Example


Text Example

White with #ECA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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