#EBCF06

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

Shades of Tangerine Yellow #EBCF06

Tints of Tangerine Yellow #EBCF06

Color information

#EBCF06 (or 0xEBCF06) is unknown color: approx Tangerine Yellow. HEX triplet: EB, CF and 06. RGB value is (235,207,6). Sum of RGB (Red+Green+Blue) = 235+207+6=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCF06 is #1430F9. Grayscale: #C1C1C1. Windows color (decimal): -1323258 or 446443. OLE color: 446443.

HSL color Cylindrical-coordinate representation of color #EBCF06: hue angle of 52.66º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBCF06 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB2352076-
CMYK00.120.970.08
HSL52.66º95.02%47.25%-
HSV(B)52.66º97.45%92.16%-
XYZ56.6162.39.21-
YUV192.4622.78158.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 6 (2.73% from 255) = 1.34%
R=52.46%
G=46.21%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235207600.120.970.0852.6695.0247.25
HexEBCF60C618355f2f
Octal3533176014141106513757
Binary111010111100111111001100110000110001101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCF06; }

 p { color: rgb(235,207,6); }

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

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

 a { background-color: rgb(235,207,6); }

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

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

 span { border-color: rgb(235,207,6); }

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