Html Css Color HEX #EF7F00 Tangerine

📋 copy color: '#EF7F00'

red 239 ◦ green 127 ◦ blue 0

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

Shades of Tangerine #EF7F00

Tints of Tangerine #EF7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 34.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.3%
G = 34.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF7F00 (or 0xEF7F00) is known color: Tangerine. HEX triplet: EF, 7F and 00. RGB value is (239,127,0). Sum of RGB (Red+Green+Blue) = 239+127+0=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7F00 is #1080FF. Grayscale: #929292. Windows color (decimal): -1081600 or 32751. OLE color: 32751.

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

Color convert

RGB 239 127 0 -
CMYK 0 0.47 1 0.06
HSL 31.88º 1% 0.47% -
HSV(B) 31.88º 1% 0.94% -
XYZ 43.19 33.53 4.2 -
YUV 146.01 45.61 194.33 -
System Red Green Blue C M Y K H S L
Decimal 239 127 0 0 0.47 1 0.06 31.88 1 0.47
Hex EF 7F 0 0 2F 64 6 20 64 2F
Octal 357 177 0 0 57 144 6 40 144 57
Binary 11101111 1111111 0 0 101111 1100100 110 100000 1100100 101111

Color Harmonies of #EF7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F00

Black with #EF7F00

Text Example


Text Example

White with #EF7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F00; }

 p { color: rgb(239,127,0); }

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

background-color css

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

 a { background-color: rgb(239,127,0); }

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

border-color css

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

 span { border-color: rgb(239,127,0); }

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