Html Css Color HEX #ECA500 Orange

📋 copy color: '#ECA500'

red 236 ◦ green 165 ◦ blue 0

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

Shades of Orange #ECA500

Tints of Orange #ECA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

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

R = 58.85%
G = 41.15%
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

#ECA500 (or 0xECA500) is known color: Orange. HEX triplet: EC, A5 and 00. RGB value is (236,165,0). Sum of RGB (Red+Green+Blue) = 236+165+0=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA500 is #135AFF. Grayscale: #A8A8A8. Windows color (decimal): -1268480 or 42476. OLE color: 42476.

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

Color convert

RGB 236 165 0 -
CMYK 0 0.30 1 0.07
HSL 41.95º 1% 0.46% -
HSV(B) 41.95º 1% 0.93% -
XYZ 48.05 44.74 6.1 -
YUV 167.42 33.52 176.92 -
System Red Green Blue C M Y K H S L
Decimal 236 165 0 0 0.30 1 0.07 41.95 1 0.46
Hex EC A5 0 0 1E 64 7 2A 64 2E
Octal 354 245 0 0 36 144 7 52 144 56
Binary 11101100 10100101 0 0 11110 1100100 111 101010 1100100 101110

Color Harmonies of #ECA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA500

Black with #ECA500

Text Example


Text Example

White with #ECA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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