Html Css Color HEX #EFAB0E Dark Tangerine

📋 copy color: '#EFAB0E'

red 239 ◦ green 171 ◦ blue 14

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

Shades of Dark Tangerine #EFAB0E

Tints of Dark Tangerine #EFAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 14 (5.86% from 255) = 3.3%

R = 56.37%
G = 40.33%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFAB0E (or 0xEFAB0E) is known color: Dark Tangerine. HEX triplet: EF, AB and 0E. RGB value is (239,171,14). Sum of RGB (Red+Green+Blue) = 239+171+14=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB0E is #1054F1. Grayscale: #AEAEAE. Windows color (decimal): -1070322 or 961519. OLE color: 961519.

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

Color convert

RGB 239 171 14 -
CMYK 0 0.28 0.94 0.06
HSL 41.87º 0.89% 0.5% -
HSV(B) 41.87º 0.94% 0.94% -
XYZ 50.24 47.51 6.94 -
YUV 173.43 38.03 174.77 -
System Red Green Blue C M Y K H S L
Decimal 239 171 14 0 0.28 0.94 0.06 41.87 0.89 0.5
Hex EF AB E 0 1C 5E 6 2A 59 32
Octal 357 253 16 0 34 136 6 52 131 62
Binary 11101111 10101011 1110 0 11100 1011110 110 101010 1011001 110010

Color Harmonies of #EFAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB0E

Black with #EFAB0E

Text Example


Text Example

White with #EFAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB0E; }

 p { color: rgb(239,171,14); }

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

background-color css

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

 a { background-color: rgb(239,171,14); }

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

border-color css

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

 span { border-color: rgb(239,171,14); }

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