Html Css Color HEX #EA820F Tangerine

📋 copy color: '#EA820F'

red 234 ◦ green 130 ◦ blue 15

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

Shades of Tangerine #EA820F

Tints of Tangerine #EA820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 61.74%
G = 34.3%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA820F (or 0xEA820F) is known color: Tangerine. HEX triplet: EA, 82 and 0F. RGB value is (234,130,15). Sum of RGB (Red+Green+Blue) = 234+130+15=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA820F is #157DF0. Grayscale: #949494. Windows color (decimal): -1408497 or 1016554. OLE color: 1016554.

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

Color convert

RGB 234 130 15 -
CMYK 0 0.44 0.94 0.08
HSL 31.51º 0.88% 0.49% -
HSV(B) 31.51º 0.94% 0.92% -
XYZ 42 33.49 4.7 -
YUV 147.99 52.96 189.35 -
System Red Green Blue C M Y K H S L
Decimal 234 130 15 0 0.44 0.94 0.08 31.51 0.88 0.49
Hex EA 82 F 0 2C 5E 8 20 58 31
Octal 352 202 17 0 54 136 10 40 130 61
Binary 11101010 10000010 1111 0 101100 1011110 1000 100000 1011000 110001

Color Harmonies of #EA820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA820F

Black with #EA820F

Text Example


Text Example

White with #EA820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA820F; }

 p { color: rgb(234,130,15); }

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

background-color css

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

 a { background-color: rgb(234,130,15); }

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

border-color css

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

 span { border-color: rgb(234,130,15); }

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