Html Css Color HEX #EF8503 Tangerine

📋 copy color: '#EF8503'

red 239 ◦ green 133 ◦ blue 3

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

Shades of Tangerine #EF8503

Tints of Tangerine #EF8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 63.73%
G = 35.47%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF8503 (or 0xEF8503) is known color: Tangerine. HEX triplet: EF, 85 and 03. RGB value is (239,133,3). Sum of RGB (Red+Green+Blue) = 239+133+3=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8503 is #107AFC. Grayscale: #969696. Windows color (decimal): -1080061 or 230895. OLE color: 230895.

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

Color convert

RGB 239 133 3 -
CMYK 0 0.44 0.99 0.06
HSL 33.05º 0.98% 0.47% -
HSV(B) 33.05º 0.99% 0.94% -
XYZ 44 35.13 4.55 -
YUV 149.87 45.12 191.57 -
System Red Green Blue C M Y K H S L
Decimal 239 133 3 0 0.44 0.99 0.06 33.05 0.98 0.47
Hex EF 85 3 0 2C 63 6 21 62 2F
Octal 357 205 3 0 54 143 6 41 142 57
Binary 11101111 10000101 11 0 101100 1100011 110 100001 1100010 101111

Color Harmonies of #EF8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8503

Black with #EF8503

Text Example


Text Example

White with #EF8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8503; }

 p { color: rgb(239,133,3); }

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

background-color css

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

 a { background-color: rgb(239,133,3); }

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

border-color css

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

 span { border-color: rgb(239,133,3); }

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