Html Css Color HEX #EA8308 Tangerine

📋 copy color: '#EA8308'

red 234 ◦ green 131 ◦ blue 8

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

Shades of Tangerine #EA8308

Tints of Tangerine #EA8308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 62.73%
G = 35.12%
B = 2.14%

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

#EA8308 (or 0xEA8308) is known color: Tangerine. HEX triplet: EA, 83 and 08. RGB value is (234,131,8). Sum of RGB (Red+Green+Blue) = 234+131+8=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8308 is #157CF7. Grayscale: #949494. Windows color (decimal): -1408248 or 558058. OLE color: 558058.

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

Color convert

RGB 234 131 8 -
CMYK 0 0.44 0.97 0.08
HSL 32.65º 0.93% 0.47% -
HSV(B) 32.65º 0.97% 0.92% -
XYZ 42.09 33.74 4.52 -
YUV 147.78 49.12 189.5 -
System Red Green Blue C M Y K H S L
Decimal 234 131 8 0 0.44 0.97 0.08 32.65 0.93 0.47
Hex EA 83 8 0 2C 61 8 21 5D 2F
Octal 352 203 10 0 54 141 10 41 135 57
Binary 11101010 10000011 1000 0 101100 1100001 1000 100001 1011101 101111

Color Harmonies of #EA8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8308

Black with #EA8308

Text Example


Text Example

White with #EA8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8308; }

 p { color: rgb(234,131,8); }

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

background-color css

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

 a { background-color: rgb(234,131,8); }

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

border-color css

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

 span { border-color: rgb(234,131,8); }

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