#edce00

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

Shades of Tangerine Yellow #EDCE00

Tints of Tangerine Yellow #EDCE00

Color information

#EDCE00 (or 0xEDCE00) is unknown color: approx Tangerine Yellow. HEX triplet: ED, CE and 00. RGB value is (237,206,0). Sum of RGB (Red+Green+Blue) = 237+206+0=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE00 is #1231FF. Grayscale: #C0C0C0. Windows color (decimal): -1192448 or 52973. OLE color: 52973.

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

Color convert

RGB2372060-
CMYK00.1310.07
HSL52.15º100%46.47%-
HSV(B)52.15º100%92.94%-
XYZ5762.158.99-
YUV191.7819.77160.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.50%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.50%
G=46.50%
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
Decimal237206000.1310.0752.1510046.47
HexEDCE00D64734642e
Octal355316001514476414456
Binary111011011100111000110111001001111101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edce00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edce00; }

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

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

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

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

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

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

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

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