Html Css Color HEX #EA8113 Tangerine

📋 copy color: '#EA8113'

red 234 ◦ green 129 ◦ blue 19

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

Shades of Tangerine #EA8113

Tints of Tangerine #EA8113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 61.26%
G = 33.77%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA8113 (or 0xEA8113) is known color: Tangerine. HEX triplet: EA, 81 and 13. RGB value is (234,129,19). Sum of RGB (Red+Green+Blue) = 234+129+19=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8113 is #157EEC. Grayscale: #949494. Windows color (decimal): -1408749 or 1278442. OLE color: 1278442.

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

Color convert

RGB 234 129 19 -
CMYK 0 0.45 0.92 0.08
HSL 30.7º 0.85% 0.5% -
HSV(B) 30.7º 0.92% 0.92% -
XYZ 41.9 33.24 4.82 -
YUV 147.86 55.29 189.44 -
System Red Green Blue C M Y K H S L
Decimal 234 129 19 0 0.45 0.92 0.08 30.7 0.85 0.5
Hex EA 81 13 0 2D 5C 8 1F 55 32
Octal 352 201 23 0 55 134 10 37 125 62
Binary 11101010 10000001 10011 0 101101 1011100 1000 11111 1010101 110010

Color Harmonies of #EA8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8113

Black with #EA8113

Text Example


Text Example

White with #EA8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8113; }

 p { color: rgb(234,129,19); }

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

background-color css

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

 a { background-color: rgb(234,129,19); }

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

border-color css

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

 span { border-color: rgb(234,129,19); }

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