Html Css Color HEX #ECAA01 Orange

📋 copy color: '#ECAA01'

red 236 ◦ green 170 ◦ blue 1

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

Shades of Orange #ECAA01

Tints of Orange #ECAA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 57.99%
G = 41.77%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECAA01 (or 0xECAA01) is known color: Orange. HEX triplet: EC, AA and 01. RGB value is (236,170,1). Sum of RGB (Red+Green+Blue) = 236+170+1=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA01 is #1355FE. Grayscale: #ABABAB. Windows color (decimal): -1267199 or 109292. OLE color: 109292.

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

Color convert

RGB 236 170 1 -
CMYK 0 0.28 1.00 0.07
HSL 43.15º 0.99% 0.46% -
HSV(B) 43.15º 1% 0.93% -
XYZ 48.97 46.58 6.44 -
YUV 170.47 32.37 174.74 -
System Red Green Blue C M Y K H S L
Decimal 236 170 1 0 0.28 1.00 0.07 43.15 0.99 0.46
Hex EC AA 1 0 1C 64 7 2B 63 2E
Octal 354 252 1 0 34 144 7 53 143 56
Binary 11101100 10101010 1 0 11100 1100100 111 101011 1100011 101110

Color Harmonies of #ECAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA01

Black with #ECAA01

Text Example


Text Example

White with #ECAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA01; }

 p { color: rgb(236,170,1); }

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

background-color css

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

 a { background-color: rgb(236,170,1); }

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

border-color css

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

 span { border-color: rgb(236,170,1); }

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