Html Css Color HEX #EC9400 Tangerine

📋 copy color: '#EC9400'

red 236 ◦ green 148 ◦ blue 0

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

Shades of Tangerine #EC9400

Tints of Tangerine #EC9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

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

R = 61.46%
G = 38.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC9400 (or 0xEC9400) is known color: Tangerine. HEX triplet: EC, 94 and 00. RGB value is (236,148,0). Sum of RGB (Red+Green+Blue) = 236+148+0=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9400 is #136BFF. Grayscale: #9E9E9E. Windows color (decimal): -1272832 or 38124. OLE color: 38124.

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

Color convert

RGB 236 148 0 -
CMYK 0 0.37 1 0.07
HSL 37.63º 1% 0.46% -
HSV(B) 37.63º 1% 0.93% -
XYZ 45.18 39.01 5.15 -
YUV 157.44 39.15 184.03 -
System Red Green Blue C M Y K H S L
Decimal 236 148 0 0 0.37 1 0.07 37.63 1 0.46
Hex EC 94 0 0 25 64 7 26 64 2E
Octal 354 224 0 0 45 144 7 46 144 56
Binary 11101100 10010100 0 0 100101 1100100 111 100110 1100100 101110

Color Harmonies of #EC9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9400

Black with #EC9400

Text Example


Text Example

White with #EC9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9400; }

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

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

background-color css

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

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

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

border-color css

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

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

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