Html Css Color HEX #EC9006 Tangerine

📋 copy color: '#EC9006'

red 236 ◦ green 144 ◦ blue 6

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

Shades of Tangerine #EC9006

Tints of Tangerine #EC9006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 61.14%
G = 37.31%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9006 (or 0xEC9006) is known color: Tangerine. HEX triplet: EC, 90 and 06. RGB value is (236,144,6). Sum of RGB (Red+Green+Blue) = 236+144+6=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9006 is #136FF9. Grayscale: #9C9C9C. Windows color (decimal): -1273850 or 430316. OLE color: 430316.

HSL color Cylindrical-coordinate representation of color #EC9006: hue angle of 36º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC9006 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 144 6 -
CMYK 0 0.39 0.97 0.07
HSL 36º 0.95% 0.47% -
HSV(B) 36º 0.97% 0.93% -
XYZ 44.6 37.79 5.12 -
YUV 155.78 43.48 185.22 -
System Red Green Blue C M Y K H S L
Decimal 236 144 6 0 0.39 0.97 0.07 36 0.95 0.47
Hex EC 90 6 0 27 61 7 24 5F 2F
Octal 354 220 6 0 47 141 7 44 137 57
Binary 11101100 10010000 110 0 100111 1100001 111 100100 1011111 101111

Color Harmonies of #EC9006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9006

Black with #EC9006

Text Example


Text Example

White with #EC9006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9006; }

 p { color: rgb(236,144,6); }

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

background-color css

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

 a { background-color: rgb(236,144,6); }

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

border-color css

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

 span { border-color: rgb(236,144,6); }

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