Html Css Color HEX #EA8005 Tangerine

📋 copy color: '#EA8005'

red 234 ◦ green 128 ◦ blue 5

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

Shades of Tangerine #EA8005

Tints of Tangerine #EA8005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 63.76%
G = 34.88%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA8005 (or 0xEA8005) is known color: Tangerine. HEX triplet: EA, 80 and 05. RGB value is (234,128,5). Sum of RGB (Red+Green+Blue) = 234+128+5=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8005 is #157FFA. Grayscale: #929292. Windows color (decimal): -1409019 or 360682. OLE color: 360682.

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

Color convert

RGB 234 128 5 -
CMYK 0 0.45 0.98 0.08
HSL 32.23º 0.96% 0.47% -
HSV(B) 32.23º 0.98% 0.92% -
XYZ 41.68 32.94 4.31 -
YUV 145.67 48.62 191 -
System Red Green Blue C M Y K H S L
Decimal 234 128 5 0 0.45 0.98 0.08 32.23 0.96 0.47
Hex EA 80 5 0 2D 62 8 20 60 2F
Octal 352 200 5 0 55 142 10 40 140 57
Binary 11101010 10000000 101 0 101101 1100010 1000 100000 1100000 101111

Color Harmonies of #EA8005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8005

Black with #EA8005

Text Example


Text Example

White with #EA8005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8005; }

 p { color: rgb(234,128,5); }

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

background-color css

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

 a { background-color: rgb(234,128,5); }

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

border-color css

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

 span { border-color: rgb(234,128,5); }

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