Html Css Color HEX #EF7D00 Tangerine

📋 copy color: '#EF7D00'

red 239 ◦ green 125 ◦ blue 0

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

Shades of Tangerine #EF7D00

Tints of Tangerine #EF7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 65.66%
G = 34.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF7D00 (or 0xEF7D00) is known color: Tangerine. HEX triplet: EF, 7D and 00. RGB value is (239,125,0). Sum of RGB (Red+Green+Blue) = 239+125+0=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7D00 is #1082FF. Grayscale: #919191. Windows color (decimal): -1082112 or 32239. OLE color: 32239.

HSL color Cylindrical-coordinate representation of color #EF7D00: hue angle of 31.38º 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 #EF7D00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 125 0 -
CMYK 0 0.48 1 0.06
HSL 31.38º 1% 0.47% -
HSV(B) 31.38º 1% 0.94% -
XYZ 42.93 33.02 4.11 -
YUV 144.84 46.27 195.16 -
System Red Green Blue C M Y K H S L
Decimal 239 125 0 0 0.48 1 0.06 31.38 1 0.47
Hex EF 7D 0 0 30 64 6 1F 64 2F
Octal 357 175 0 0 60 144 6 37 144 57
Binary 11101111 1111101 0 0 110000 1100100 110 11111 1100100 101111

Color Harmonies of #EF7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D00

Black with #EF7D00

Text Example


Text Example

White with #EF7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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