Html Css Color HEX #ECCB0A Tangerine Yellow

📋 copy color: '#ECCB0A'

red 236 ◦ green 203 ◦ blue 10

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

Shades of Tangerine Yellow #ECCB0A

Tints of Tangerine Yellow #ECCB0A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

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

R = 52.56%
G = 45.21%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECCB0A (or 0xECCB0A) is known color: Tangerine Yellow. HEX triplet: EC, CB and 0A. RGB value is (236,203,10). Sum of RGB (Red+Green+Blue) = 236+203+10=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCB0A is #1334F5. Grayscale: #BFBFBF. Windows color (decimal): -1258742 or 707564. OLE color: 707564.

HSL color Cylindrical-coordinate representation of color #ECCB0A: hue angle of 51.24º 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 #ECCB0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 10 -
CMYK 0 0.14 0.96 0.07
HSL 51.24º 0.92% 0.48% -
HSV(B) 51.24º 0.96% 0.93% -
XYZ 56 60.57 9.03 -
YUV 190.87 25.93 160.19 -
System Red Green Blue C M Y K H S L
Decimal 236 203 10 0 0.14 0.96 0.07 51.24 0.92 0.48
Hex EC CB A 0 E 60 7 33 5C 30
Octal 354 313 12 0 16 140 7 63 134 60
Binary 11101100 11001011 1010 0 1110 1100000 111 110011 1011100 110000

Color Harmonies of #ECCB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB0A

Black with #ECCB0A

Text Example


Text Example

White with #ECCB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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