Html Css Color HEX #ECAD02 Orange

📋 copy color: '#ECAD02'

red 236 ◦ green 173 ◦ blue 2

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

Shades of Orange #ECAD02

Tints of Orange #ECAD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 57.42%
G = 42.09%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECAD02 (or 0xECAD02) is known color: Orange. HEX triplet: EC, AD and 02. RGB value is (236,173,2). Sum of RGB (Red+Green+Blue) = 236+173+2=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD02 is #1352FD. Grayscale: #ADADAD. Windows color (decimal): -1266430 or 175596. OLE color: 175596.

HSL color Cylindrical-coordinate representation of color #ECAD02: hue angle of 43.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECAD02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 173 2 -
CMYK 0 0.27 0.99 0.07
HSL 43.85º 0.98% 0.47% -
HSV(B) 43.85º 0.99% 0.93% -
XYZ 49.55 47.72 6.66 -
YUV 172.34 31.87 173.4 -
System Red Green Blue C M Y K H S L
Decimal 236 173 2 0 0.27 0.99 0.07 43.85 0.98 0.47
Hex EC AD 2 0 1B 63 7 2C 62 2F
Octal 354 255 2 0 33 143 7 54 142 57
Binary 11101100 10101101 10 0 11011 1100011 111 101100 1100010 101111

Color Harmonies of #ECAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD02

Black with #ECAD02

Text Example


Text Example

White with #ECAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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