Html Css Color HEX #EA8207 Tangerine

📋 copy color: '#EA8207'

red 234 ◦ green 130 ◦ blue 7

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

Shades of Tangerine #EA8207

Tints of Tangerine #EA8207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 63.07%
G = 35.04%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA8207 (or 0xEA8207) is known color: Tangerine. HEX triplet: EA, 82 and 07. RGB value is (234,130,7). Sum of RGB (Red+Green+Blue) = 234+130+7=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8207 is #157DF8. Grayscale: #939393. Windows color (decimal): -1408505 or 492266. OLE color: 492266.

HSL color Cylindrical-coordinate representation of color #EA8207: hue angle of 32.51º 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 #EA8207 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 7 -
CMYK 0 0.44 0.97 0.08
HSL 32.51º 0.94% 0.47% -
HSV(B) 32.51º 0.97% 0.92% -
XYZ 41.95 33.47 4.45 -
YUV 147.07 48.96 190 -
System Red Green Blue C M Y K H S L
Decimal 234 130 7 0 0.44 0.97 0.08 32.51 0.94 0.47
Hex EA 82 7 0 2C 61 8 21 5E 2F
Octal 352 202 7 0 54 141 10 41 136 57
Binary 11101010 10000010 111 0 101100 1100001 1000 100001 1011110 101111

Color Harmonies of #EA8207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8207

Black with #EA8207

Text Example


Text Example

White with #EA8207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8207; }

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

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

background-color css

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

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

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

border-color css

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

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

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