Html Css Color HEX #EF820D Tangerine

📋 copy color: '#EF820D'

red 239 ◦ green 130 ◦ blue 13

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

Shades of Tangerine #EF820D

Tints of Tangerine #EF820D

RGB

 RED value IS 239 (93.75% from 255) = 62.57%

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

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 62.57%
G = 34.03%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF820D (or 0xEF820D) is known color: Tangerine. HEX triplet: EF, 82 and 0D. RGB value is (239,130,13). Sum of RGB (Red+Green+Blue) = 239+130+13=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF820D is #107DF2. Grayscale: #959595. Windows color (decimal): -1080819 or 885487. OLE color: 885487.

HSL color Cylindrical-coordinate representation of color #EF820D: hue angle of 31.06º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF820D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 130 13 -
CMYK 0 0.46 0.95 0.06
HSL 31.06º 0.9% 0.49% -
HSV(B) 31.06º 0.95% 0.94% -
XYZ 43.65 34.35 4.71 -
YUV 149.25 51.11 192.01 -
System Red Green Blue C M Y K H S L
Decimal 239 130 13 0 0.46 0.95 0.06 31.06 0.9 0.49
Hex EF 82 D 0 2E 5F 6 1F 5A 31
Octal 357 202 15 0 56 137 6 37 132 61
Binary 11101111 10000010 1101 0 101110 1011111 110 11111 1011010 110001

Color Harmonies of #EF820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF820D

Black with #EF820D

Text Example


Text Example

White with #EF820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF820D; }

 p { color: rgb(239,130,13); }

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

background-color css

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

 a { background-color: rgb(239,130,13); }

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

border-color css

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

 span { border-color: rgb(239,130,13); }

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