Html Css Color HEX #EC9002 Tangerine

📋 copy color: '#EC9002'

red 236 ◦ green 144 ◦ blue 2

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

Shades of Tangerine #EC9002

Tints of Tangerine #EC9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 61.78%
G = 37.7%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC9002 (or 0xEC9002) is known color: Tangerine. HEX triplet: EC, 90 and 02. RGB value is (236,144,2). Sum of RGB (Red+Green+Blue) = 236+144+2=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9002 is #136FFD. Grayscale: #9B9B9B. Windows color (decimal): -1273854 or 168172. OLE color: 168172.

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

Color convert

RGB 236 144 2 -
CMYK 0 0.39 0.99 0.07
HSL 36.41º 0.98% 0.47% -
HSV(B) 36.41º 0.99% 0.93% -
XYZ 44.58 37.78 5 -
YUV 155.32 41.48 185.55 -
System Red Green Blue C M Y K H S L
Decimal 236 144 2 0 0.39 0.99 0.07 36.41 0.98 0.47
Hex EC 90 2 0 27 63 7 24 62 2F
Octal 354 220 2 0 47 143 7 44 142 57
Binary 11101100 10010000 10 0 100111 1100011 111 100100 1100010 101111

Color Harmonies of #EC9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9002

Black with #EC9002

Text Example


Text Example

White with #EC9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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