Html Css Color HEX #ED8A02 Tangerine

📋 copy color: '#ED8A02'

red 237 ◦ green 138 ◦ blue 2

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

Shades of Tangerine #ED8A02

Tints of Tangerine #ED8A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 62.86%
G = 36.6%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED8A02 (or 0xED8A02) is known color: Tangerine. HEX triplet: ED, 8A and 02. RGB value is (237,138,2). Sum of RGB (Red+Green+Blue) = 237+138+2=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8A02 is #1275FD. Grayscale: #989898. Windows color (decimal): -1209854 or 166637. OLE color: 166637.

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

Color convert

RGB 237 138 2 -
CMYK 0 0.42 0.99 0.07
HSL 34.72º 0.98% 0.47% -
HSV(B) 34.72º 0.99% 0.93% -
XYZ 44.02 36.19 4.72 -
YUV 152.1 43.3 188.56 -
System Red Green Blue C M Y K H S L
Decimal 237 138 2 0 0.42 0.99 0.07 34.72 0.98 0.47
Hex ED 8A 2 0 2A 63 7 23 62 2F
Octal 355 212 2 0 52 143 7 43 142 57
Binary 11101101 10001010 10 0 101010 1100011 111 100011 1100010 101111

Color Harmonies of #ED8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A02

Black with #ED8A02

Text Example


Text Example

White with #ED8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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