#EA7E07

Color #EA7E07 Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #EA7E07

Tints of Tangerine #EA7E07

Color information

#EA7E07 (or 0xEA7E07) is unknown color: approx Tangerine. HEX triplet: EA, 7E and 07. RGB value is (234,126,7). Sum of RGB (Red+Green+Blue) = 234+126+7=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7E07 is #1581F8. Grayscale: #919191. Windows color (decimal): -1409529 or 491242. OLE color: 491242.

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

Color convert

RGB2341267-
CMYK00.460.970.08
HSL31.45º94.19%47.25%-
HSV(B)31.45º97.01%91.76%-
XYZ41.4332.434.28-
YUV144.7350.28191.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.76%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 7 (3.12% from 255) = 1.91%
R=63.76%
G=34.33%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234126700.460.970.0831.4594.1947.25
HexEA7E702E6181f5e2f
Octal3521767056141103713657
Binary111010101111110111010111011000011000111111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E07; }

 p { color: rgb(234,126,7); }

 H1.HeaderClassName
 {
   color: #EA7E07;
 }
 .AnyTagClassName
 {
   color: #EA7E07;
 }
</style>
background-color css

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

 a { background-color: rgb(234,126,7); }

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

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

 span { border-color: rgb(234,126,7); }

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