#EFD007

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

Shades of Tangerine Yellow #EFD007

Tints of Tangerine Yellow #EFD007

Color information

#EFD007 (or 0xEFD007) is unknown color: approx Tangerine Yellow. HEX triplet: EF, D0 and 07. RGB value is (239,208,7). Sum of RGB (Red+Green+Blue) = 239+208+7=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD007 is #102FF8. Grayscale: #C3C3C3. Windows color (decimal): -1060857 or 512239. OLE color: 512239.

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

Color convert

RGB2392087-
CMYK00.130.970.06
HSL51.98º94.31%48.24%-
HSV(B)51.98º97.07%93.73%-
XYZ58.1963.489.39-
YUV194.3622.27159.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.64%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 7 (3.12% from 255) = 1.54%
R=52.64%
G=45.81%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239208700.130.970.0651.9894.3148.24
HexEFD070D616345e30
Octal357320701514166413660
Binary11101111110100001110110111000011101101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD007; }

 p { color: rgb(239,208,7); }

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

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

 a { background-color: rgb(239,208,7); }

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

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

 span { border-color: rgb(239,208,7); }

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