#EFCD02

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

Shades of Tangerine Yellow #EFCD02

Tints of Tangerine Yellow #EFCD02

Color information

#EFCD02 (or 0xEFCD02) is unknown color: approx Tangerine Yellow. HEX triplet: EF, CD and 02. RGB value is (239,205,2). Sum of RGB (Red+Green+Blue) = 239+205+2=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD02 is #1032FD. Grayscale: #C0C0C0. Windows color (decimal): -1061630 or 183791. OLE color: 183791.

HSL color Cylindrical-coordinate representation of color #EFCD02: hue angle of 51.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFCD02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2392052-
CMYK00.140.990.06
HSL51.39º98.34%47.25%-
HSV(B)51.39º99.16%93.73%-
XYZ57.4462.029-
YUV192.0220.76161.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.59%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=53.59%
G=45.96%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239205200.140.990.0651.3998.3447.25
HexEFCD20E63633622f
Octal357315201614366314257
Binary1110111111001101100111011000111101100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD02; }

 p { color: rgb(239,205,2); }

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

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

 a { background-color: rgb(239,205,2); }

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

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

 span { border-color: rgb(239,205,2); }

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