#EFCD05

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

Shades of Tangerine Yellow #EFCD05

Tints of Tangerine Yellow #EFCD05

Color information

#EFCD05 (or 0xEFCD05) is unknown color: approx Tangerine Yellow. HEX triplet: EF, CD and 05. RGB value is (239,205,5). Sum of RGB (Red+Green+Blue) = 239+205+5=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD05 is #1032FA. Grayscale: #C1C1C1. Windows color (decimal): -1061627 or 380399. OLE color: 380399.

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

Color convert

RGB2392055-
CMYK00.140.980.06
HSL51.28º95.9%47.84%-
HSV(B)51.28º97.91%93.73%-
XYZ57.4662.029.09-
YUV192.3722.26161.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 5 (2.34% from 255) = 1.11%
R=53.23%
G=45.66%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239205500.140.980.0651.2895.947.84
HexEFCD50E626336030
Octal357315501614266314060
Binary11101111110011011010111011000101101100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD05; }

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

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

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

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

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

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

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

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