Html Css Color HEX #ED8A08 Tangerine

📋 copy color: '#ED8A08'

red 237 ◦ green 138 ◦ blue 8

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

Shades of Tangerine #ED8A08

Tints of Tangerine #ED8A08

RGB

 RED value IS 237 (92.97% from 255) = 61.88%

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

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

R = 61.88%
G = 36.03%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED8A08 (or 0xED8A08) is known color: Tangerine. HEX triplet: ED, 8A and 08. RGB value is (237,138,8). Sum of RGB (Red+Green+Blue) = 237+138+8=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8A08 is #1275F7. Grayscale: #999999. Windows color (decimal): -1209848 or 559853. OLE color: 559853.

HSL color Cylindrical-coordinate representation of color #ED8A08: hue angle of 34.06º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED8A08 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 138 8 -
CMYK 0 0.42 0.97 0.07
HSL 34.06º 0.93% 0.48% -
HSV(B) 34.06º 0.97% 0.93% -
XYZ 44.06 36.2 4.89 -
YUV 152.78 46.3 188.07 -
System Red Green Blue C M Y K H S L
Decimal 237 138 8 0 0.42 0.97 0.07 34.06 0.93 0.48
Hex ED 8A 8 0 2A 61 7 22 5D 30
Octal 355 212 10 0 52 141 7 42 135 60
Binary 11101101 10001010 1000 0 101010 1100001 111 100010 1011101 110000

Color Harmonies of #ED8A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A08

Black with #ED8A08

Text Example


Text Example

White with #ED8A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A08; }

 p { color: rgb(237,138,8); }

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

background-color css

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

 a { background-color: rgb(237,138,8); }

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

border-color css

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

 span { border-color: rgb(237,138,8); }

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