Html Css Color HEX #ECCE0A Tangerine Yellow

📋 copy color: '#ECCE0A'

red 236 ◦ green 206 ◦ blue 10

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

Shades of Tangerine Yellow #ECCE0A

Tints of Tangerine Yellow #ECCE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 52.21%
G = 45.58%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECCE0A (or 0xECCE0A) is known color: Tangerine Yellow. HEX triplet: EC, CE and 0A. RGB value is (236,206,10). Sum of RGB (Red+Green+Blue) = 236+206+10=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE0A is #1331F5. Grayscale: #C1C1C1. Windows color (decimal): -1257974 or 708332. OLE color: 708332.

HSL color Cylindrical-coordinate representation of color #ECCE0A: hue angle of 52.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECCE0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 10 -
CMYK 0 0.13 0.96 0.07
HSL 52.04º 0.92% 0.48% -
HSV(B) 52.04º 0.96% 0.93% -
XYZ 56.72 62 9.26 -
YUV 192.63 24.94 158.94 -
System Red Green Blue C M Y K H S L
Decimal 236 206 10 0 0.13 0.96 0.07 52.04 0.92 0.48
Hex EC CE A 0 D 60 7 34 5C 30
Octal 354 316 12 0 15 140 7 64 134 60
Binary 11101100 11001110 1010 0 1101 1100000 111 110100 1011100 110000

Color Harmonies of #ECCE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE0A

Black with #ECCE0A

Text Example


Text Example

White with #ECCE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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