Html Css Color HEX #ECAB01 Orange

📋 copy color: '#ECAB01'

red 236 ◦ green 171 ◦ blue 1

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

Shades of Orange #ECAB01

Tints of Orange #ECAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

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

R = 57.84%
G = 41.91%
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

#ECAB01 (or 0xECAB01) is known color: Orange. HEX triplet: EC, AB and 01. RGB value is (236,171,1). Sum of RGB (Red+Green+Blue) = 236+171+1=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB01 is #1354FE. Grayscale: #ABABAB. Windows color (decimal): -1266943 or 109548. OLE color: 109548.

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

Color convert

RGB 236 171 1 -
CMYK 0 0.28 1.00 0.07
HSL 43.4º 0.99% 0.46% -
HSV(B) 43.4º 1% 0.93% -
XYZ 49.16 46.96 6.5 -
YUV 171.06 32.03 174.32 -
System Red Green Blue C M Y K H S L
Decimal 236 171 1 0 0.28 1.00 0.07 43.4 0.99 0.46
Hex EC AB 1 0 1C 64 7 2B 63 2E
Octal 354 253 1 0 34 144 7 53 143 56
Binary 11101100 10101011 1 0 11100 1100100 111 101011 1100011 101110

Color Harmonies of #ECAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB01

Black with #ECAB01

Text Example


Text Example

White with #ECAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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