Html Css Color HEX #ECA700 Orange

📋 copy color: '#ECA700'

red 236 ◦ green 167 ◦ blue 0

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

Shades of Orange #ECA700

Tints of Orange #ECA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

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

R = 58.56%
G = 41.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECA700 (or 0xECA700) is known color: Orange. HEX triplet: EC, A7 and 00. RGB value is (236,167,0). Sum of RGB (Red+Green+Blue) = 236+167+0=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA700 is #1358FF. Grayscale: #A9A9A9. Windows color (decimal): -1267968 or 42988. OLE color: 42988.

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

Color convert

RGB 236 167 0 -
CMYK 0 0.29 1 0.07
HSL 42.46º 1% 0.46% -
HSV(B) 42.46º 1% 0.93% -
XYZ 48.41 45.47 6.23 -
YUV 168.59 32.86 176.08 -
System Red Green Blue C M Y K H S L
Decimal 236 167 0 0 0.29 1 0.07 42.46 1 0.46
Hex EC A7 0 0 1D 64 7 2A 64 2E
Octal 354 247 0 0 35 144 7 52 144 56
Binary 11101100 10100111 0 0 11101 1100100 111 101010 1100100 101110

Color Harmonies of #ECA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA700

Black with #ECA700

Text Example


Text Example

White with #ECA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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