Html Css Color HEX #ECAD01 Orange

📋 copy color: '#ECAD01'

red 236 ◦ green 173 ◦ blue 1

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

Shades of Orange #ECAD01

Tints of Orange #ECAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

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

R = 57.56%
G = 42.2%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECAD01 (or 0xECAD01) is known color: Orange. HEX triplet: EC, AD and 01. RGB value is (236,173,1). Sum of RGB (Red+Green+Blue) = 236+173+1=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD01 is #1352FE. Grayscale: #ACACAC. Windows color (decimal): -1266431 or 110060. OLE color: 110060.

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

Color convert

RGB 236 173 1 -
CMYK 0 0.27 1.00 0.07
HSL 43.91º 0.99% 0.46% -
HSV(B) 43.91º 1% 0.93% -
XYZ 49.54 47.72 6.63 -
YUV 172.23 31.37 173.49 -
System Red Green Blue C M Y K H S L
Decimal 236 173 1 0 0.27 1.00 0.07 43.91 0.99 0.46
Hex EC AD 1 0 1B 64 7 2C 63 2E
Octal 354 255 1 0 33 144 7 54 143 56
Binary 11101100 10101101 1 0 11011 1100100 111 101100 1100011 101110

Color Harmonies of #ECAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD01

Black with #ECAD01

Text Example


Text Example

White with #ECAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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