Html Css Color HEX #EA7F0A Tangerine

📋 copy color: '#EA7F0A'

red 234 ◦ green 127 ◦ blue 10

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

Shades of Tangerine #EA7F0A

Tints of Tangerine #EA7F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 63.07%
G = 34.23%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA7F0A (or 0xEA7F0A) is known color: Tangerine. HEX triplet: EA, 7F and 0A. RGB value is (234,127,10). Sum of RGB (Red+Green+Blue) = 234+127+10=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7F0A is #1580F5. Grayscale: #929292. Windows color (decimal): -1409270 or 688106. OLE color: 688106.

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

Color convert

RGB 234 127 10 -
CMYK 0 0.46 0.96 0.08
HSL 31.34º 0.92% 0.48% -
HSV(B) 31.34º 0.96% 0.92% -
XYZ 41.58 32.69 4.41 -
YUV 145.66 51.45 191.01 -
System Red Green Blue C M Y K H S L
Decimal 234 127 10 0 0.46 0.96 0.08 31.34 0.92 0.48
Hex EA 7F A 0 2E 60 8 1F 5C 30
Octal 352 177 12 0 56 140 10 37 134 60
Binary 11101010 1111111 1010 0 101110 1100000 1000 11111 1011100 110000

Color Harmonies of #EA7F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F0A

Black with #EA7F0A

Text Example


Text Example

White with #EA7F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F0A; }

 p { color: rgb(234,127,10); }

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

background-color css

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

 a { background-color: rgb(234,127,10); }

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

border-color css

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

 span { border-color: rgb(234,127,10); }

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