Html Css Color HEX #E68A0A Tangerine

📋 copy color: '#E68A0A'

red 230 ◦ green 138 ◦ blue 10

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

Shades of Tangerine #E68A0A

Tints of Tangerine #E68A0A

RGB

 RED value IS 230 (90.23% from 255) = 60.85%

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 60.85%
G = 36.51%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E68A0A (or 0xE68A0A) is known color: Tangerine. HEX triplet: E6, 8A and 0A. RGB value is (230,138,10). Sum of RGB (Red+Green+Blue) = 230+138+10=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68A0A is #1975F5. Grayscale: #979797. Windows color (decimal): -1668598 or 690918. OLE color: 690918.

HSL color Cylindrical-coordinate representation of color #E68A0A: hue angle of 34.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E68A0A is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 10 -
CMYK 0 0.4 0.96 0.10
HSL 34.91º 0.92% 0.47% -
HSV(B) 34.91º 0.96% 0.9% -
XYZ 41.78 35.02 4.85 -
YUV 150.92 48.48 184.41 -
System Red Green Blue C M Y K H S L
Decimal 230 138 10 0 0.4 0.96 0.10 34.91 0.92 0.47
Hex E6 8A A 0 28 60 A 23 5C 2F
Octal 346 212 12 0 50 140 12 43 134 57
Binary 11100110 10001010 1010 0 101000 1100000 1010 100011 1011100 101111

Color Harmonies of #E68A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A0A

Black with #E68A0A

Text Example


Text Example

White with #E68A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A0A; }

 p { color: rgb(230,138,10); }

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

background-color css

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

 a { background-color: rgb(230,138,10); }

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

border-color css

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

 span { border-color: rgb(230,138,10); }

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