Html Css Color HEX #EBCC00 Tangerine Yellow

📋 copy color: '#EBCC00'

red 235 ◦ green 204 ◦ blue 0

#EBCC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine Yellow #EBCC00

Tints of Tangerine Yellow #EBCC00

RGB

 RED value IS 235 (92.19% from 255) = 53.53%

 GREEN value IS 204 (80.08% from 255) = 46.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.53%
G = 46.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBCC00 (or 0xEBCC00) is known color: Tangerine Yellow. HEX triplet: EB, CC and 00. RGB value is (235,204,0). Sum of RGB (Red+Green+Blue) = 235+204+0=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCC00 is #1433FF. Grayscale: #BEBEBE. Windows color (decimal): -1324032 or 52459. OLE color: 52459.

HSL color Cylindrical-coordinate representation of color #EBCC00: hue angle of 52.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBCC00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 0 -
CMYK 0 0.13 1 0.08
HSL 52.09º 1% 0.46% -
HSV(B) 52.09º 1% 0.92% -
XYZ 55.85 60.85 8.8 -
YUV 190.01 20.77 160.09 -
System Red Green Blue C M Y K H S L
Decimal 235 204 0 0 0.13 1 0.08 52.09 1 0.46
Hex EB CC 0 0 D 64 8 34 64 2E
Octal 353 314 0 0 15 144 10 64 144 56
Binary 11101011 11001100 0 0 1101 1100100 1000 110100 1100100 101110

Color Harmonies of #EBCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC00

Black with #EBCC00

Text Example


Text Example

White with #EBCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC00; }

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

 H1.HeaderClassName
 {
   color: #EBCC00;
 }
 .AnyTagClassName
 {
   color: #EBCC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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