Html Css Color HEX #ECAC00 Orange

📋 copy color: '#ECAC00'

red 236 ◦ green 172 ◦ blue 0

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

Shades of Orange #ECAC00

Tints of Orange #ECAC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 57.84%
G = 42.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECAC00 (or 0xECAC00) is known color: Orange. HEX triplet: EC, AC and 00. RGB value is (236,172,0). Sum of RGB (Red+Green+Blue) = 236+172+0=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC00 is #1353FF. Grayscale: #ACACAC. Windows color (decimal): -1266688 or 44268. OLE color: 44268.

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

Color convert

RGB 236 172 0 -
CMYK 0 0.27 1 0.07
HSL 43.73º 1% 0.46% -
HSV(B) 43.73º 1% 0.93% -
XYZ 49.34 47.34 6.54 -
YUV 171.53 31.2 173.99 -
System Red Green Blue C M Y K H S L
Decimal 236 172 0 0 0.27 1 0.07 43.73 1 0.46
Hex EC AC 0 0 1B 64 7 2C 64 2E
Octal 354 254 0 0 33 144 7 54 144 56
Binary 11101100 10101100 0 0 11011 1100100 111 101100 1100100 101110

Color Harmonies of #ECAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC00

Black with #ECAC00

Text Example


Text Example

White with #ECAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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