Html Css Color HEX #EA8602 Tangerine

📋 copy color: '#EA8602'

red 234 ◦ green 134 ◦ blue 2

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

Shades of Tangerine #EA8602

Tints of Tangerine #EA8602

RGB

 RED value IS 234 (91.8% from 255) = 63.24%

 GREEN value IS 134 (52.73% from 255) = 36.22%

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

R = 63.24%
G = 36.22%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA8602 (or 0xEA8602) is known color: Tangerine. HEX triplet: EA, 86 and 02. RGB value is (234,134,2). Sum of RGB (Red+Green+Blue) = 234+134+2=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8602 is #1579FD. Grayscale: #959595. Windows color (decimal): -1407486 or 165610. OLE color: 165610.

HSL color Cylindrical-coordinate representation of color #EA8602: hue angle of 34.14º 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 #EA8602 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 2 -
CMYK 0 0.43 0.99 0.08
HSL 34.14º 0.98% 0.46% -
HSV(B) 34.14º 0.99% 0.92% -
XYZ 42.47 34.55 4.49 -
YUV 148.85 45.13 188.73 -
System Red Green Blue C M Y K H S L
Decimal 234 134 2 0 0.43 0.99 0.08 34.14 0.98 0.46
Hex EA 86 2 0 2B 63 8 22 62 2E
Octal 352 206 2 0 53 143 10 42 142 56
Binary 11101010 10000110 10 0 101011 1100011 1000 100010 1100010 101110

Color Harmonies of #EA8602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8602

Black with #EA8602

Text Example


Text Example

White with #EA8602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8602; }

 p { color: rgb(234,134,2); }

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

background-color css

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

 a { background-color: rgb(234,134,2); }

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

border-color css

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

 span { border-color: rgb(234,134,2); }

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