#ECB40E

Color #ECB40E Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #ECB40E

Tints of Selective Yellow #ECB40E

Color information

#ECB40E (or 0xECB40E) is unknown color: approx Selective Yellow. HEX triplet: EC, B4 and 0E. RGB value is (236,180,14). Sum of RGB (Red+Green+Blue) = 236+180+14=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB40E is #134BF1. Grayscale: #B2B2B2. Windows color (decimal): -1264626 or 963820. OLE color: 963820.

HSL color Cylindrical-coordinate representation of color #ECB40E: hue angle of 44.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECB40E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23618014-
CMYK00.240.940.07
HSL44.86º88.8%49.02%-
HSV(B)44.86º94.07%92.55%-
XYZ50.9950.517.48-
YUV177.8235.55169.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.88%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 14 (5.86% from 255) = 3.26%
R=54.88%
G=41.86%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361801400.240.940.0744.8688.849.02
HexECB4E0185E72d5931
Octal3542641603013675513161
Binary1110110010110100111001100010111101111011011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB40E; }

 p { color: rgb(236,180,14); }

 H1.HeaderClassName
 {
   color: #ECB40E;
 }
 .AnyTagClassName
 {
   color: #ECB40E;
 }
</style>
background-color css

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

 a { background-color: rgb(236,180,14); }

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

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

 span { border-color: rgb(236,180,14); }

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