#EBCC07

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

Shades of Tangerine Yellow #EBCC07

Tints of Tangerine Yellow #EBCC07

Color information

#EBCC07 (or 0xEBCC07) is unknown color: approx Tangerine Yellow. HEX triplet: EB, CC and 07. RGB value is (235,204,7). Sum of RGB (Red+Green+Blue) = 235+204+7=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCC07 is #1433F8. Grayscale: #BFBFBF. Windows color (decimal): -1324025 or 511211. OLE color: 511211.

HSL color Cylindrical-coordinate representation of color #EBCC07: hue angle of 51.84º degrees, saturation: 0.94, 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 #EBCC07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB2352047-
CMYK00.130.970.08
HSL51.84º94.21%47.45%-
HSV(B)51.84º97.02%92.16%-
XYZ55.8960.869-
YUV190.8124.27159.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.69%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 7 (3.12% from 255) = 1.57%
R=52.69%
G=45.74%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235204700.130.970.0851.8494.2147.45
HexEBCC70D618345e2f
Octal3533147015141106413657
Binary111010111100110011101101110000110001101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC07; }

 p { color: rgb(235,204,7); }

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

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

 a { background-color: rgb(235,204,7); }

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

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

 span { border-color: rgb(235,204,7); }

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