#ECB607

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

Shades of Selective Yellow #ECB607

Tints of Selective Yellow #ECB607

Color information

#ECB607 (or 0xECB607) is unknown color: approx Selective Yellow. HEX triplet: EC, B6 and 07. RGB value is (236,182,7). Sum of RGB (Red+Green+Blue) = 236+182+7=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB607 is #1349F8. Grayscale: #B2B2B2. Windows color (decimal): -1264121 or 505580. OLE color: 505580.

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

Color convert

RGB2361827-
CMYK00.230.970.07
HSL45.85º94.24%47.65%-
HSV(B)45.85º97.03%92.55%-
XYZ51.3651.37.4-
YUV178.231.39169.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 7 (3.12% from 255) = 1.65%
R=55.53%
G=42.82%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236182700.230.970.0745.8594.2447.65
HexECB670176172e5e30
Octal354266702714175613660
Binary111011001011011011101011111000011111011101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB607; }

 p { color: rgb(236,182,7); }

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

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

 a { background-color: rgb(236,182,7); }

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

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

 span { border-color: rgb(236,182,7); }

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