Html Css Color HEX #ECA400 Orange

📋 copy color: '#ECA400'

red 236 ◦ green 164 ◦ blue 0

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

Shades of Orange #ECA400

Tints of Orange #ECA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

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

R = 59%
G = 41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECA400 (or 0xECA400) is known color: Orange. HEX triplet: EC, A4 and 00. RGB value is (236,164,0). Sum of RGB (Red+Green+Blue) = 236+164+0=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA400 is #135BFF. Grayscale: #A7A7A7. Windows color (decimal): -1268736 or 42220. OLE color: 42220.

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

Color convert

RGB 236 164 0 -
CMYK 0 0.31 1 0.07
HSL 41.69º 1% 0.46% -
HSV(B) 41.69º 1% 0.93% -
XYZ 47.87 44.38 6.04 -
YUV 166.83 33.85 177.34 -
System Red Green Blue C M Y K H S L
Decimal 236 164 0 0 0.31 1 0.07 41.69 1 0.46
Hex EC A4 0 0 1F 64 7 2A 64 2E
Octal 354 244 0 0 37 144 7 52 144 56
Binary 11101100 10100100 0 0 11111 1100100 111 101010 1100100 101110

Color Harmonies of #ECA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA400

Black with #ECA400

Text Example


Text Example

White with #ECA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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