Html Css Color HEX #ECCE01 Tangerine Yellow

📋 copy color: '#ECCE01'

red 236 ◦ green 206 ◦ blue 1

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

Shades of Tangerine Yellow #ECCE01

Tints of Tangerine Yellow #ECCE01

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.5%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 53.27%
G = 46.5%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECCE01 (or 0xECCE01) is known color: Tangerine Yellow. HEX triplet: EC, CE and 01. RGB value is (236,206,1). Sum of RGB (Red+Green+Blue) = 236+206+1=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE01 is #1331FE. Grayscale: #C0C0C0. Windows color (decimal): -1257983 or 118508. OLE color: 118508.

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

Color convert

RGB 236 206 1 -
CMYK 0 0.13 1.00 0.07
HSL 52.34º 0.99% 0.46% -
HSV(B) 52.34º 1% 0.93% -
XYZ 56.67 61.98 9 -
YUV 191.6 20.44 159.67 -
System Red Green Blue C M Y K H S L
Decimal 236 206 1 0 0.13 1.00 0.07 52.34 0.99 0.46
Hex EC CE 1 0 D 64 7 34 63 2E
Octal 354 316 1 0 15 144 7 64 143 56
Binary 11101100 11001110 1 0 1101 1100100 111 110100 1100011 101110

Color Harmonies of #ECCE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE01

Black with #ECCE01

Text Example


Text Example

White with #ECCE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE01; }

 p { color: rgb(236,206,1); }

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

background-color css

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

 a { background-color: rgb(236,206,1); }

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

border-color css

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

 span { border-color: rgb(236,206,1); }

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