Html Css Color HEX #EA8312 Tangerine

📋 copy color: '#EA8312'

red 234 ◦ green 131 ◦ blue 18

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

Shades of Tangerine #EA8312

Tints of Tangerine #EA8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 61.1%
G = 34.2%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA8312 (or 0xEA8312) is known color: Tangerine. HEX triplet: EA, 83 and 12. RGB value is (234,131,18). Sum of RGB (Red+Green+Blue) = 234+131+18=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8312 is #157CED. Grayscale: #959595. Windows color (decimal): -1408238 or 1213418. OLE color: 1213418.

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

Color convert

RGB 234 131 18 -
CMYK 0 0.44 0.92 0.08
HSL 31.39º 0.86% 0.49% -
HSV(B) 31.39º 0.92% 0.92% -
XYZ 42.16 33.77 4.87 -
YUV 148.92 54.12 188.69 -
System Red Green Blue C M Y K H S L
Decimal 234 131 18 0 0.44 0.92 0.08 31.39 0.86 0.49
Hex EA 83 12 0 2C 5C 8 1F 56 31
Octal 352 203 22 0 54 134 10 37 126 61
Binary 11101010 10000011 10010 0 101100 1011100 1000 11111 1010110 110001

Color Harmonies of #EA8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8312

Black with #EA8312

Text Example


Text Example

White with #EA8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8312; }

 p { color: rgb(234,131,18); }

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

background-color css

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

 a { background-color: rgb(234,131,18); }

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

border-color css

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

 span { border-color: rgb(234,131,18); }

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