Html Css Color HEX #ECCC00 Tangerine Yellow

📋 copy color: '#ECCC00'

red 236 ◦ green 204 ◦ blue 0

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

Shades of Tangerine Yellow #ECCC00

Tints of Tangerine Yellow #ECCC00

RGB

 RED value IS 236 (92.58% from 255) = 53.64%

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

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

R = 53.64%
G = 46.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECCC00 (or 0xECCC00) is known color: Tangerine Yellow. HEX triplet: EC, CC and 00. RGB value is (236,204,0). Sum of RGB (Red+Green+Blue) = 236+204+0=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC00 is #1333FF. Grayscale: #BFBFBF. Windows color (decimal): -1258496 or 52460. OLE color: 52460.

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

Color convert

RGB 236 204 0 -
CMYK 0 0.14 1 0.07
HSL 51.86º 1% 0.46% -
HSV(B) 51.86º 1% 0.93% -
XYZ 56.18 61.02 8.82 -
YUV 190.31 20.6 160.59 -
System Red Green Blue C M Y K H S L
Decimal 236 204 0 0 0.14 1 0.07 51.86 1 0.46
Hex EC CC 0 0 E 64 7 34 64 2E
Octal 354 314 0 0 16 144 7 64 144 56
Binary 11101100 11001100 0 0 1110 1100100 111 110100 1100100 101110

Color Harmonies of #ECCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC00

Black with #ECCC00

Text Example


Text Example

White with #ECCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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