Html Css Color HEX #EB9002 Tangerine

📋 copy color: '#EB9002'

red 235 ◦ green 144 ◦ blue 2

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

Shades of Tangerine #EB9002

Tints of Tangerine #EB9002

RGB

 RED value IS 235 (92.19% from 255) = 61.68%

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

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

R = 61.68%
G = 37.8%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB9002 (or 0xEB9002) is known color: Tangerine. HEX triplet: EB, 90 and 02. RGB value is (235,144,2). Sum of RGB (Red+Green+Blue) = 235+144+2=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9002 is #146FFD. Grayscale: #9B9B9B. Windows color (decimal): -1339390 or 168171. OLE color: 168171.

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

Color convert

RGB 235 144 2 -
CMYK 0 0.39 0.99 0.08
HSL 36.57º 0.98% 0.46% -
HSV(B) 36.57º 0.99% 0.92% -
XYZ 44.25 37.61 4.99 -
YUV 155.02 41.65 185.05 -
System Red Green Blue C M Y K H S L
Decimal 235 144 2 0 0.39 0.99 0.08 36.57 0.98 0.46
Hex EB 90 2 0 27 63 8 25 62 2E
Octal 353 220 2 0 47 143 10 45 142 56
Binary 11101011 10010000 10 0 100111 1100011 1000 100101 1100010 101110

Color Harmonies of #EB9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9002

Black with #EB9002

Text Example


Text Example

White with #EB9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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