#ECCE00

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

Shades of Tangerine Yellow #ECCE00

Tints of Tangerine Yellow #ECCE00

Color information

#ECCE00 (or 0xECCE00) is unknown color: approx Tangerine Yellow. HEX triplet: EC, CE and 00. RGB value is (236,206,0). Sum of RGB (Red+Green+Blue) = 236+206+0=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE00 is #1331FF. Grayscale: #C0C0C0. Windows color (decimal): -1257984 or 52972. OLE color: 52972.

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

Color convert

RGB2362060-
CMYK00.1310.07
HSL52.37º100%46.27%-
HSV(B)52.37º100%92.55%-
XYZ56.6661.988.98-
YUV191.4919.94159.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.39%
GREEN value IS 206 (80.86% from 255) = 46.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.39%
G=46.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236206000.1310.0752.3710046.27
HexECCE00D64734642e
Octal354316001514476414456
Binary111011001100111000110111001001111101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCE00; }

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

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

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

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

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

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

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

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